Uses of Class
software.amazon.awssdk.services.config.model.PutConfigurationAggregatorResponse
-
Packages that use PutConfigurationAggregatorResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutConfigurationAggregatorResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutConfigurationAggregatorResponse Modifier and Type Method Description default PutConfigurationAggregatorResponseConfigClient. putConfigurationAggregator(Consumer<PutConfigurationAggregatorRequest.Builder> putConfigurationAggregatorRequest)Creates and updates the configuration aggregator with the selected source accounts and regions.default PutConfigurationAggregatorResponseConfigClient. putConfigurationAggregator(PutConfigurationAggregatorRequest putConfigurationAggregatorRequest)Creates and updates the configuration aggregator with the selected source accounts and regions.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutConfigurationAggregatorResponse Modifier and Type Method Description default CompletableFuture<PutConfigurationAggregatorResponse>ConfigAsyncClient. putConfigurationAggregator(Consumer<PutConfigurationAggregatorRequest.Builder> putConfigurationAggregatorRequest)Creates and updates the configuration aggregator with the selected source accounts and regions.default CompletableFuture<PutConfigurationAggregatorResponse>ConfigAsyncClient. putConfigurationAggregator(PutConfigurationAggregatorRequest putConfigurationAggregatorRequest)Creates and updates the configuration aggregator with the selected source accounts and regions.
-