| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceKey |
ResourceKey.clone() |
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> |
BatchGetResourceConfigRequest.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 |
|---|---|
BatchGetResourceConfigRequest |
BatchGetResourceConfigRequest.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 |
BatchGetResourceConfigRequest.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.
|
BatchGetResourceConfigRequest |
BatchGetResourceConfigRequest.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 © 2018. All rights reserved.