| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<FailedScheduledUpdateGroupActionRequest> |
BatchDeleteScheduledActionResponse.failedScheduledActions()
The names of the scheduled actions that could not be deleted, including an error message.
|
List<FailedScheduledUpdateGroupActionRequest> |
BatchPutScheduledUpdateGroupActionResponse.failedScheduledUpdateGroupActions()
The names of the scheduled actions that could not be created or updated, including an error message.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteScheduledActionResponse.Builder |
BatchDeleteScheduledActionResponse.Builder.failedScheduledActions(FailedScheduledUpdateGroupActionRequest... failedScheduledActions)
The names of the scheduled actions that could not be deleted, including an error message.
|
BatchPutScheduledUpdateGroupActionResponse.Builder |
BatchPutScheduledUpdateGroupActionResponse.Builder.failedScheduledUpdateGroupActions(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 |
|---|---|
BatchDeleteScheduledActionResponse.Builder |
BatchDeleteScheduledActionResponse.Builder.failedScheduledActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledActions)
The names of the scheduled actions that could not be deleted, including an error message.
|
BatchPutScheduledUpdateGroupActionResponse.Builder |
BatchPutScheduledUpdateGroupActionResponse.Builder.failedScheduledUpdateGroupActions(Collection<FailedScheduledUpdateGroupActionRequest> failedScheduledUpdateGroupActions)
The names of the scheduled actions that could not be created or updated, including an error message.
|
Copyright © 2023. All rights reserved.