| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
static BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.builder() |
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.toBuilder() |
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.unprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.unprocessedResourceKeys(Consumer<ResourceKey.Builder>... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
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 |
|---|---|
static Class<? extends BatchGetResourceConfigResponse.Builder> |
BatchGetResourceConfigResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.