Class ProcessType
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling Developer Guide.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
One of the following processes:int
hashCode()
void
setProcessName
(String processName) One of the following processes:toString()
Returns a string representation of this object; useful for testing and debugging.withProcessName
(String processName) One of the following processes:
-
Constructor Details
-
ProcessType
public ProcessType()
-
-
Method Details
-
setProcessName
One of the following processes:
-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
- Parameters:
processName
- One of the following processes:-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
-
-
-
getProcessName
One of the following processes:
-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
- Returns:
- One of the following processes:
-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
-
-
-
withProcessName
One of the following processes:
-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
- Parameters:
processName
- One of the following processes:-
Launch
-
Terminate
-
AddToLoadBalancer
-
AlarmNotification
-
AZRebalance
-
HealthCheck
-
ReplaceUnhealthy
-
ScheduledActions
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-