Uses of Class
software.amazon.awssdk.services.kms.model.EnableKeyResponse
Packages that use EnableKeyResponse
-
Uses of EnableKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return EnableKeyResponseModifier and TypeMethodDescriptiondefault EnableKeyResponseKmsClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest) Sets the key state of a KMS key to enabled.default EnableKeyResponseKmsClient.enableKey(EnableKeyRequest enableKeyRequest) Sets the key state of a KMS key to enabled.Methods in software.amazon.awssdk.services.kms that return types with arguments of type EnableKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<EnableKeyResponse>KmsAsyncClient.enableKey(Consumer<EnableKeyRequest.Builder> enableKeyRequest) Sets the key state of a KMS key to enabled.default CompletableFuture<EnableKeyResponse>KmsAsyncClient.enableKey(EnableKeyRequest enableKeyRequest) Sets the key state of a KMS key to enabled.