| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.builder() |
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failedItems(Collection<ResourceKey> failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failedItems(Consumer<ResourceKey.Builder>... failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failedItems(ResourceKey... failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failureMessage(String failureMessage)
Returns a failure message.
|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartRemediationExecutionResponse.Builder> |
StartRemediationExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.