Uses of Class
software.amazon.awssdk.services.config.model.StartConfigurationRecorderRequest
-
Packages that use StartConfigurationRecorderRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of StartConfigurationRecorderRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type StartConfigurationRecorderRequest Modifier and Type Method Description default CompletableFuture<StartConfigurationRecorderResponse>ConfigAsyncClient. startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest)Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.default StartConfigurationRecorderResponseConfigClient. startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest)Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account. -
Uses of StartConfigurationRecorderRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type StartConfigurationRecorderRequest Modifier and Type Method Description SdkHttpFullRequestStartConfigurationRecorderRequestMarshaller. marshall(StartConfigurationRecorderRequest startConfigurationRecorderRequest)
-