Uses of Class
software.amazon.awssdk.services.kms.model.PutKeyPolicyResponse
Packages that use PutKeyPolicyResponse
-
Uses of PutKeyPolicyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return PutKeyPolicyResponseModifier and TypeMethodDescriptiondefault 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 PutKeyPolicyResponseModifier and TypeMethodDescriptiondefault 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.