Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyPolicyResponse
-
Packages that use GetKeyPolicyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of GetKeyPolicyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetKeyPolicyResponse Modifier and Type Method Description default GetKeyPolicyResponseKmsClient. getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type GetKeyPolicyResponse Modifier and Type Method Description default CompletableFuture<GetKeyPolicyResponse>KmsAsyncClient. getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest)Gets a key policy attached to the specified KMS key.default CompletableFuture<GetKeyPolicyResponse>KmsAsyncClient. getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)Gets a key policy attached to the specified KMS key.
-