Uses of Class
software.amazon.awssdk.services.config.model.StopConfigurationRecorderResponse
-
Packages that use StopConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of StopConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return StopConfigurationRecorderResponse Modifier and Type Method Description default StopConfigurationRecorderResponseConfigClient. stopConfigurationRecorder(Consumer<StopConfigurationRecorderRequest.Builder> stopConfigurationRecorderRequest)Stops the customer managed configuration recorder.default StopConfigurationRecorderResponseConfigClient. stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest)Stops the customer managed configuration recorder.Methods in software.amazon.awssdk.services.config that return types with arguments of type StopConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<StopConfigurationRecorderResponse>ConfigAsyncClient. stopConfigurationRecorder(Consumer<StopConfigurationRecorderRequest.Builder> stopConfigurationRecorderRequest)Stops the customer managed configuration recorder.default CompletableFuture<StopConfigurationRecorderResponse>ConfigAsyncClient. stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest)Stops the customer managed configuration recorder.
-