Uses of Class
software.amazon.awssdk.services.config.model.StopConfigurationRecorderRequest
-
Packages that use StopConfigurationRecorderRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of StopConfigurationRecorderRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type StopConfigurationRecorderRequest Modifier and Type Method Description 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.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. -
Uses of StopConfigurationRecorderRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type StopConfigurationRecorderRequest Modifier and Type Method Description SdkHttpFullRequestStopConfigurationRecorderRequestMarshaller. marshall(StopConfigurationRecorderRequest stopConfigurationRecorderRequest)
-