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