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