Uses of Class
software.amazon.awssdk.services.config.model.DeleteServiceLinkedConfigurationRecorderResponse
-
Packages that use DeleteServiceLinkedConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteServiceLinkedConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteServiceLinkedConfigurationRecorderResponse Modifier and Type Method Description default DeleteServiceLinkedConfigurationRecorderResponseConfigClient. deleteServiceLinkedConfigurationRecorder(Consumer<DeleteServiceLinkedConfigurationRecorderRequest.Builder> deleteServiceLinkedConfigurationRecorderRequest)Deletes an existing service-linked configuration recorder.default DeleteServiceLinkedConfigurationRecorderResponseConfigClient. deleteServiceLinkedConfigurationRecorder(DeleteServiceLinkedConfigurationRecorderRequest deleteServiceLinkedConfigurationRecorderRequest)Deletes an existing service-linked configuration recorder.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteServiceLinkedConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<DeleteServiceLinkedConfigurationRecorderResponse>ConfigAsyncClient. deleteServiceLinkedConfigurationRecorder(Consumer<DeleteServiceLinkedConfigurationRecorderRequest.Builder> deleteServiceLinkedConfigurationRecorderRequest)Deletes an existing service-linked configuration recorder.default CompletableFuture<DeleteServiceLinkedConfigurationRecorderResponse>ConfigAsyncClient. deleteServiceLinkedConfigurationRecorder(DeleteServiceLinkedConfigurationRecorderRequest deleteServiceLinkedConfigurationRecorderRequest)Deletes an existing service-linked configuration recorder.
-