| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
FailedScheduledUpdateGroupActionRequest |
FailedScheduledUpdateGroupActionRequest.clone() |
FailedScheduledUpdateGroupActionRequest |
FailedScheduledUpdateGroupActionRequest.withErrorCode(String errorCode)
The error code.
|
FailedScheduledUpdateGroupActionRequest |
FailedScheduledUpdateGroupActionRequest.withErrorMessage(String errorMessage)
The error message accompanying the error code.
|
FailedScheduledUpdateGroupActionRequest |
FailedScheduledUpdateGroupActionRequest.withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedScheduledUpdateGroupActionRequest> |
BatchDeleteScheduledActionResult.getFailedScheduledActions()
The names of the scheduled actions that could not be deleted, including an error message.
|
List<FailedScheduledUpdateGroupActionRequest> |
BatchPutScheduledUpdateGroupActionResult.getFailedScheduledUpdateGroupActions()
The names of the scheduled actions that could not be created or updated, including an error message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteScheduledActionResult |
BatchDeleteScheduledActionResult.withFailedScheduledActions(FailedScheduledUpdateGroupActionRequest... failedScheduledActions)
The names of the scheduled actions that could not be deleted, including an error message.
|
BatchPutScheduledUpdateGroupActionResult |
BatchPutScheduledUpdateGroupActionResult.withFailedScheduledUpdateGroupActions(FailedScheduledUpdateGroupActionRequest... failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteScheduledActionResult.setFailedScheduledActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledActions)
The names of the scheduled actions that could not be deleted, including an error message.
|
void |
BatchPutScheduledUpdateGroupActionResult.setFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
BatchDeleteScheduledActionResult |
BatchDeleteScheduledActionResult.withFailedScheduledActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledActions)
The names of the scheduled actions that could not be deleted, including an error message.
|
BatchPutScheduledUpdateGroupActionResult |
BatchPutScheduledUpdateGroupActionResult.withFailedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
Copyright © 2025. All rights reserved.