Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyPolicyRequest
-
Packages that use GetKeyPolicyRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of GetKeyPolicyRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type GetKeyPolicyRequest Modifier and Type Method Description default CompletableFuture<GetKeyPolicyResponse>KmsAsyncClient. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)Gets a key policy attached to the specified KMS key.default GetKeyPolicyResponseKmsClient. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)Gets a key policy attached to the specified KMS key. -
Uses of GetKeyPolicyRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type GetKeyPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetKeyPolicyRequestMarshaller. marshall(GetKeyPolicyRequest getKeyPolicyRequest)
-