Uses of Interface
software.amazon.awssdk.services.kms.model.GetKeyPolicyRequest.Builder
Packages that use GetKeyPolicyRequest.Builder
Package
Description
-
Uses of GetKeyPolicyRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type GetKeyPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetKeyPolicyResponse>KmsAsyncClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest) Gets a key policy attached to the specified KMS key.default GetKeyPolicyResponseKmsClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest) Gets a key policy attached to the specified KMS key. -
Uses of GetKeyPolicyRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetKeyPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic GetKeyPolicyRequest.BuilderGetKeyPolicyRequest.builder()Gets the key policy for the specified KMS key.GetKeyPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetKeyPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetKeyPolicyRequest.Builder.policyName(String policyName) Specifies the name of the key policy.GetKeyPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetKeyPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetKeyPolicyRequest.Builder>GetKeyPolicyRequest.serializableBuilderClass()