Uses of Class
software.amazon.awssdk.services.config.model.DeleteConfigurationAggregatorResponse
-
Packages that use DeleteConfigurationAggregatorResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteConfigurationAggregatorResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteConfigurationAggregatorResponse Modifier and Type Method Description default DeleteConfigurationAggregatorResponseConfigClient. deleteConfigurationAggregator(Consumer<DeleteConfigurationAggregatorRequest.Builder> deleteConfigurationAggregatorRequest)Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.default DeleteConfigurationAggregatorResponseConfigClient. deleteConfigurationAggregator(DeleteConfigurationAggregatorRequest deleteConfigurationAggregatorRequest)Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteConfigurationAggregatorResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationAggregatorResponse>ConfigAsyncClient. deleteConfigurationAggregator(Consumer<DeleteConfigurationAggregatorRequest.Builder> deleteConfigurationAggregatorRequest)Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.default CompletableFuture<DeleteConfigurationAggregatorResponse>ConfigAsyncClient. deleteConfigurationAggregator(DeleteConfigurationAggregatorRequest deleteConfigurationAggregatorRequest)Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
-