| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
static BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.builder() |
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.toBuilder() |
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.unprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.unprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.unprocessedResourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAggregateResourceConfigResponse.Builder> |
BatchGetAggregateResourceConfigResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.