|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.ResumeProcessesRequest
public class ResumeProcessesRequest
Container for the parameters to the ResumeProcesses operation
.
Resumes Auto Scaling processes for an Auto Scaling group. For more information, see SuspendProcesses and ProcessType.
AmazonAutoScaling.resumeProcesses(ResumeProcessesRequest)
Constructor Summary | |
---|---|
ResumeProcessesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAutoScalingGroupName()
The name or Amazon Resource Name (ARN) of the Auto Scaling group. |
List<String> |
getScalingProcesses()
The processes that you want to suspend or resume, which can include one or more of the following: Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer |
int |
hashCode()
|
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group. |
void |
setScalingProcesses(Collection<String> scalingProcesses)
The processes that you want to suspend or resume, which can include one or more of the following: Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ResumeProcessesRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group. |
ResumeProcessesRequest |
withScalingProcesses(Collection<String> scalingProcesses)
The processes that you want to suspend or resume, which can include one or more of the following: Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer |
ResumeProcessesRequest |
withScalingProcesses(String... scalingProcesses)
The processes that you want to suspend or resume, which can include one or more of the following: Launch Terminate HealthCheck ReplaceUnhealthy AZRebalance AlarmNotification ScheduledActions AddToLoadBalancer |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResumeProcessesRequest()
Method Detail |
---|
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name or Amazon Resource Name (ARN) of the Auto Scaling group.public ResumeProcessesRequest withAutoScalingGroupName(String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name or Amazon Resource Name (ARN) of the Auto Scaling group.
public List<String> getScalingProcesses()
To suspend all process types, omit this parameter.
To suspend all process types, omit this parameter.
public void setScalingProcesses(Collection<String> scalingProcesses)
To suspend all process types, omit this parameter.
scalingProcesses
- The processes that you want to suspend or resume, which can include
one or more of the following: To suspend all process types, omit this parameter.
public ResumeProcessesRequest withScalingProcesses(String... scalingProcesses)
To suspend all process types, omit this parameter.
Returns a reference to this object so that method calls can be chained together.
scalingProcesses
- The processes that you want to suspend or resume, which can include
one or more of the following: To suspend all process types, omit this parameter.
public ResumeProcessesRequest withScalingProcesses(Collection<String> scalingProcesses)
To suspend all process types, omit this parameter.
Returns a reference to this object so that method calls can be chained together.
scalingProcesses
- The processes that you want to suspend or resume, which can include
one or more of the following: To suspend all process types, omit this parameter.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |