Uses of Class
software.amazon.awssdk.services.kms.model.DisableKeyResponse
Packages that use DisableKeyResponse
-
Uses of DisableKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DisableKeyResponseModifier and TypeMethodDescriptiondefault DisableKeyResponseKmsClient.disableKey(Consumer<DisableKeyRequest.Builder> disableKeyRequest) Sets the state of a KMS key to disabled.default DisableKeyResponseKmsClient.disableKey(DisableKeyRequest disableKeyRequest) Sets the state of a KMS key to disabled.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DisableKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DisableKeyResponse>KmsAsyncClient.disableKey(Consumer<DisableKeyRequest.Builder> disableKeyRequest) Sets the state of a KMS key to disabled.default CompletableFuture<DisableKeyResponse>KmsAsyncClient.disableKey(DisableKeyRequest disableKeyRequest) Sets the state of a KMS key to disabled.