| 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, in UTC.
|
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 Amazon Web Services service that provides the resource, or a
custom-resource. |
ScheduledAction |
ScheduledAction.withServiceNamespace(String serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ScheduledAction |
ScheduledAction.withStartTime(Date startTime)
The date and time that the action is scheduled to begin, in UTC.
|
ScheduledAction |
ScheduledAction.withTimezone(String timezone)
The time zone used when referring to the date and time of a scheduled action, when the scheduled action uses an
at or cron expression.
|
| 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 © 2024. All rights reserved.