| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledAction |
ScheduledAction.clone() |
ScheduledAction |
ScheduledAction.withCreationTime(Date creationTime)
The date and time that the scheduled action was created.
|
ScheduledAction |
ScheduledAction.withEndTime(Date endTime)
The date and time that the action is scheduled to end.
|
ScheduledAction |
ScheduledAction.withResourceId(String resourceId)
The identifier of the resource associated with the scaling policy.
|
ScheduledAction |
ScheduledAction.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension.
|
ScheduledAction |
ScheduledAction.withScalableDimension(String scalableDimension)
The scalable dimension.
|
ScheduledAction |
ScheduledAction.withScalableTargetAction(ScalableTargetAction scalableTargetAction)
The new minimum and maximum capacity.
|
ScheduledAction |
ScheduledAction.withSchedule(String schedule)
The schedule for this action.
|
ScheduledAction |
ScheduledAction.withScheduledActionARN(String scheduledActionARN)
The Amazon Resource Name (ARN) of the scheduled action.
|
ScheduledAction |
ScheduledAction.withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
ScheduledAction |
ScheduledAction.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service that provides the resource or
custom-resource for a resource
provided by your own application or service. |
ScheduledAction |
ScheduledAction.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service that provides the resource or
custom-resource for a resource
provided by your own application or service. |
ScheduledAction |
ScheduledAction.withStartTime(Date startTime)
The date and time that the action is scheduled to begin.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledAction> |
DescribeScheduledActionsResult.getScheduledActions()
Information about the scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScheduledActionsResult.setScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
|
Copyright © 2019. All rights reserved.