Package | Description |
---|---|
com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonAutoScalingClient.putScheduledUpdateGroupAction(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
void |
AmazonAutoScaling.putScheduledUpdateGroupAction(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Future<Void> |
AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Future<Void> |
AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest,
AsyncHandler<PutScheduledUpdateGroupActionRequest,Void> asyncHandler)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest,
AsyncHandler<PutScheduledUpdateGroupActionRequest,Void> asyncHandler)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonAutoScalingAsync.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest,
AsyncHandler<PutScheduledUpdateGroupActionRequest,Void> asyncHandler)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.putScheduledUpdateGroupActionAsync(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest,
AsyncHandler<PutScheduledUpdateGroupActionRequest,Void> asyncHandler)
Creates or updates a scheduled scaling action for an Auto Scaling
group.
|
Modifier and Type | Method and Description |
---|---|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name or ARN of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withDesiredCapacity(Integer desiredCapacity)
The number of Amazon EC2 instances that should be running in the
group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withEndTime(Date endTime)
The time for this action to end.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMaxSize(Integer maxSize)
The maximum size for the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMinSize(Integer minSize)
The minimum size for the new Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withRecurrence(String recurrence)
The time when recurring future actions will start.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withScheduledActionName(String scheduledActionName)
The name of this scaling action.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withStartTime(Date startTime)
The time for this action to start, as in
--start-time
2010-06-01T00:00:00Z . |
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withTime(Date time)
Time is deprecated. |
Copyright © 2014. All rights reserved.