| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceKey |
RemediationExecutionStatus.resourceKey()
Returns the value of the ResourceKey property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceKey> |
StartRemediationExecutionResponse.failedItems()
For resources that have failed to start execution, the API returns a resource key object.
|
List<ResourceKey> |
BatchGetResourceConfigRequest.resourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
StartRemediationExecutionRequest.resourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
DescribeRemediationExecutionStatusRequest.resourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
BatchGetResourceConfigResponse.unprocessedResourceKeys()
A list of resource keys that were not processed with the current response.
|
| Modifier and Type | Method and Description |
|---|---|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failedItems(ResourceKey... failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
RemediationExecutionStatus.Builder |
RemediationExecutionStatus.Builder.resourceKey(ResourceKey resourceKey)
Sets the value of the ResourceKey property for this object.
|
BatchGetResourceConfigRequest.Builder |
BatchGetResourceConfigRequest.Builder.resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest.Builder |
StartRemediationExecutionRequest.Builder.resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
DescribeRemediationExecutionStatusRequest.Builder |
DescribeRemediationExecutionStatusRequest.Builder.resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.unprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
| Modifier and Type | Method and Description |
|---|---|
StartRemediationExecutionResponse.Builder |
StartRemediationExecutionResponse.Builder.failedItems(Collection<ResourceKey> failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
BatchGetResourceConfigRequest.Builder |
BatchGetResourceConfigRequest.Builder.resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest.Builder |
StartRemediationExecutionRequest.Builder.resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
DescribeRemediationExecutionStatusRequest.Builder |
DescribeRemediationExecutionStatusRequest.Builder.resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.unprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
Copyright © 2023. All rights reserved.