| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceKey |
ResourceKey.clone() |
ResourceKey |
RemediationExecutionStatus.getResourceKey() |
ResourceKey |
ResourceKey.withResourceId(String resourceId)
The ID of the resource (for example., sg-xxxxxx).
|
ResourceKey |
ResourceKey.withResourceType(ResourceType resourceType)
The resource type.
|
ResourceKey |
ResourceKey.withResourceType(String resourceType)
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceKey> |
StartRemediationExecutionResult.getFailedItems()
For resources that have failed to start execution, the API returns a resource key object.
|
List<ResourceKey> |
BatchGetResourceConfigRequest.getResourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
StartRemediationExecutionRequest.getResourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
DescribeRemediationExecutionStatusRequest.getResourceKeys()
A list of resource keys to be processed with the current request.
|
List<ResourceKey> |
BatchGetResourceConfigResult.getUnprocessedResourceKeys()
A list of resource keys that were not processed with the current response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemediationExecutionStatus.setResourceKey(ResourceKey resourceKey) |
StartRemediationExecutionResult |
StartRemediationExecutionResult.withFailedItems(ResourceKey... failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
RemediationExecutionStatus |
RemediationExecutionStatus.withResourceKey(ResourceKey resourceKey) |
BatchGetResourceConfigRequest |
BatchGetResourceConfigRequest.withResourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest |
StartRemediationExecutionRequest.withResourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
DescribeRemediationExecutionStatusRequest |
DescribeRemediationExecutionStatusRequest.withResourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigResult |
BatchGetResourceConfigResult.withUnprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartRemediationExecutionResult.setFailedItems(Collection<ResourceKey> failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
void |
BatchGetResourceConfigRequest.setResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
void |
StartRemediationExecutionRequest.setResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
void |
DescribeRemediationExecutionStatusRequest.setResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
void |
BatchGetResourceConfigResult.setUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
StartRemediationExecutionResult |
StartRemediationExecutionResult.withFailedItems(Collection<ResourceKey> failedItems)
For resources that have failed to start execution, the API returns a resource key object.
|
BatchGetResourceConfigRequest |
BatchGetResourceConfigRequest.withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest |
StartRemediationExecutionRequest.withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
DescribeRemediationExecutionStatusRequest |
DescribeRemediationExecutionStatusRequest.withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigResult |
BatchGetResourceConfigResult.withUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
Copyright © 2021. All rights reserved.