Uses of Class
software.amazon.awssdk.services.config.model.DeleteConfigurationRecorderResponse
-
Packages that use DeleteConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteConfigurationRecorderResponse Modifier and Type Method Description default DeleteConfigurationRecorderResponseConfigClient. deleteConfigurationRecorder(Consumer<DeleteConfigurationRecorderRequest.Builder> deleteConfigurationRecorderRequest)Deletes the configuration recorder.default DeleteConfigurationRecorderResponseConfigClient. deleteConfigurationRecorder(DeleteConfigurationRecorderRequest deleteConfigurationRecorderRequest)Deletes the configuration recorder.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationRecorderResponse>ConfigAsyncClient. deleteConfigurationRecorder(Consumer<DeleteConfigurationRecorderRequest.Builder> deleteConfigurationRecorderRequest)Deletes the configuration recorder.default CompletableFuture<DeleteConfigurationRecorderResponse>ConfigAsyncClient. deleteConfigurationRecorder(DeleteConfigurationRecorderRequest deleteConfigurationRecorderRequest)Deletes the configuration recorder.
-