Uses of Class
software.amazon.awssdk.services.kms.model.PutKeyPolicyResponse
-
Packages that use PutKeyPolicyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of PutKeyPolicyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return PutKeyPolicyResponse Modifier and Type Method Description default PutKeyPolicyResponseKmsClient. putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)Attaches a key policy to the specified KMS key.default PutKeyPolicyResponseKmsClient. putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)Attaches a key policy to the specified KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type PutKeyPolicyResponse Modifier and Type Method Description default CompletableFuture<PutKeyPolicyResponse>KmsAsyncClient. putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest)Attaches a key policy to the specified KMS key.default CompletableFuture<PutKeyPolicyResponse>KmsAsyncClient. putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)Attaches a key policy to the specified KMS key.
-