Uses of Class
software.amazon.awssdk.services.config.model.StartConfigurationRecorderResponse
-
Packages that use StartConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of StartConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return StartConfigurationRecorderResponse Modifier and Type Method Description default StartConfigurationRecorderResponseConfigClient. startConfigurationRecorder(Consumer<StartConfigurationRecorderRequest.Builder> startConfigurationRecorderRequest)Starts the customer managed configuration recorder.default StartConfigurationRecorderResponseConfigClient. startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest)Starts the customer managed configuration recorder.Methods in software.amazon.awssdk.services.config that return types with arguments of type StartConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<StartConfigurationRecorderResponse>ConfigAsyncClient. startConfigurationRecorder(Consumer<StartConfigurationRecorderRequest.Builder> startConfigurationRecorderRequest)Starts the customer managed configuration recorder.default CompletableFuture<StartConfigurationRecorderResponse>ConfigAsyncClient. startConfigurationRecorder(StartConfigurationRecorderRequest startConfigurationRecorderRequest)Starts the customer managed configuration recorder.
-