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 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.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 recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.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.
-