Uses of Class
software.amazon.awssdk.services.config.model.PutConfigurationRecorderResponse
-
Packages that use PutConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutConfigurationRecorderResponse Modifier and Type Method Description default PutConfigurationRecorderResponseConfigClient. putConfigurationRecorder(Consumer<PutConfigurationRecorderRequest.Builder> putConfigurationRecorderRequest)Creates a new configuration recorder to record configuration changes for specified resource types.default PutConfigurationRecorderResponseConfigClient. putConfigurationRecorder(PutConfigurationRecorderRequest putConfigurationRecorderRequest)Creates a new configuration recorder to record configuration changes for specified resource types.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<PutConfigurationRecorderResponse>ConfigAsyncClient. putConfigurationRecorder(Consumer<PutConfigurationRecorderRequest.Builder> putConfigurationRecorderRequest)Creates a new configuration recorder to record configuration changes for specified resource types.default CompletableFuture<PutConfigurationRecorderResponse>ConfigAsyncClient. putConfigurationRecorder(PutConfigurationRecorderRequest putConfigurationRecorderRequest)Creates a new configuration recorder to record configuration changes for specified resource types.
-