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 recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.default StopConfigurationRecorderResponseConfigClient. stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest)Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.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 recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.default CompletableFuture<StopConfigurationRecorderResponse>ConfigAsyncClient. stopConfigurationRecorder(StopConfigurationRecorderRequest stopConfigurationRecorderRequest)Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
-