| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
List<BaseConfigurationItem> |
BatchGetAggregateResourceConfigResponse.baseConfigurationItems()
A list that contains the current configuration of one or more resources.
|
List<BaseConfigurationItem> |
BatchGetResourceConfigResponse.baseConfigurationItems()
A list that contains the current configuration of one or more resources.
|
| 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.
|
BatchGetResourceConfigResponse.Builder |
BatchGetResourceConfigResponse.Builder.baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAggregateResourceConfigResponse.Builder |
BatchGetAggregateResourceConfigResponse.Builder.baseConfigurationItems(Collection<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.
|
Copyright © 2023. All rights reserved.