Uses of Class
software.amazon.awssdk.services.kms.model.EnableKeyResponse
-
Packages that use EnableKeyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of EnableKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return EnableKeyResponse Modifier and Type Method Description default 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 EnableKeyResponse Modifier and Type Method Description default 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.
-