Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Method and Description |
---|---|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.clone() |
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withDesiredCapacity(java.lang.Integer desiredCapacity)
The number of EC2 instances that should be running in the group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withEndTime(java.util.Date endTime)
The time for this action to end.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMaxSize(java.lang.Integer maxSize)
The maximum size for the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMinSize(java.lang.Integer minSize)
The minimum size for the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withRecurrence(java.lang.String recurrence)
The time when recurring future actions will start.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withScheduledActionName(java.lang.String scheduledActionName)
The name of this scaling action.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withStartTime(java.util.Date startTime)
The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in
UTC/GMT only (for example,
2014-06-01T00:00:00Z ). |
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withTime(java.util.Date time)
This parameter is deprecated.
|
Modifier and Type | Method and Description |
---|---|
Request<PutScheduledUpdateGroupActionRequest> |
PutScheduledUpdateGroupActionRequestMarshaller.marshall(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutScheduledUpdateGroupActionRequest> |
PutScheduledUpdateGroupActionRequestMarshaller.marshall(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest) |