Uses of Class
software.amazon.awssdk.services.config.model.DeleteConfigurationAggregatorRequest
-
Packages that use DeleteConfigurationAggregatorRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DeleteConfigurationAggregatorRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DeleteConfigurationAggregatorRequest Modifier and Type Method Description default CompletableFuture<DeleteConfigurationAggregatorResponse>ConfigAsyncClient. deleteConfigurationAggregator(DeleteConfigurationAggregatorRequest 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. -
Uses of DeleteConfigurationAggregatorRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DeleteConfigurationAggregatorRequest Modifier and Type Method Description SdkHttpFullRequestDeleteConfigurationAggregatorRequestMarshaller. marshall(DeleteConfigurationAggregatorRequest deleteConfigurationAggregatorRequest)
-