Uses of Class
com.amazonaws.services.autoscaling.model.PutScheduledUpdateGroupActionRequest
Packages that use PutScheduledUpdateGroupActionRequest
-
Uses of PutScheduledUpdateGroupActionRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type PutScheduledUpdateGroupActionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.putScheduledUpdateGroupAction
(PutScheduledUpdateGroupActionRequest request) AmazonAutoScaling.putScheduledUpdateGroupAction
(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest) Creates or updates a scheduled scaling action for an Auto Scaling group.AmazonAutoScalingClient.putScheduledUpdateGroupAction
(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest) Creates or updates a scheduled scaling action for an Auto Scaling group.AbstractAmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request) AbstractAmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest) Creates or updates a scheduled scaling action for an Auto Scaling group.AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) Creates or updates a scheduled scaling action for an Auto Scaling group.AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request) AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type PutScheduledUpdateGroupActionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) Creates or updates a scheduled scaling action for an Auto Scaling group.AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync
(PutScheduledUpdateGroupActionRequest request, AsyncHandler<PutScheduledUpdateGroupActionRequest, PutScheduledUpdateGroupActionResult> asyncHandler) -
Uses of PutScheduledUpdateGroupActionRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return PutScheduledUpdateGroupActionRequestModifier and TypeMethodDescriptionPutScheduledUpdateGroupActionRequest.clone()
PutScheduledUpdateGroupActionRequest.withAutoScalingGroupName
(String autoScalingGroupName) The name or Amazon Resource Name (ARN) of the Auto Scaling group.PutScheduledUpdateGroupActionRequest.withDesiredCapacity
(Integer desiredCapacity) The number of EC2 instances that should be running in the group.PutScheduledUpdateGroupActionRequest.withEndTime
(Date endTime) The time for this action to end.PutScheduledUpdateGroupActionRequest.withMaxSize
(Integer maxSize) The maximum size for the Auto Scaling group.PutScheduledUpdateGroupActionRequest.withMinSize
(Integer minSize) The minimum size for the Auto Scaling group.PutScheduledUpdateGroupActionRequest.withRecurrence
(String recurrence) The time when recurring future actions will start.PutScheduledUpdateGroupActionRequest.withScheduledActionName
(String scheduledActionName) The name of this scaling action.PutScheduledUpdateGroupActionRequest.withStartTime
(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
).This parameter is deprecated.