Uses of Interface
software.amazon.awssdk.services.kms.model.PutKeyPolicyRequest.Builder
Packages that use PutKeyPolicyRequest.Builder
Package
Description
-
Uses of PutKeyPolicyRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type PutKeyPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutKeyPolicyResponse>KmsAsyncClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest) Attaches a key policy to the specified KMS key.default PutKeyPolicyResponseKmsClient.putKeyPolicy(Consumer<PutKeyPolicyRequest.Builder> putKeyPolicyRequest) Attaches a key policy to the specified KMS key. -
Uses of PutKeyPolicyRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return PutKeyPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.builder()PutKeyPolicyRequest.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) Skips ("bypasses") the key policy lockout safety check.Sets the key policy on the specified KMS key.PutKeyPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutKeyPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The key policy to attach to the KMS key.PutKeyPolicyRequest.Builder.policyName(String policyName) The name of the key policy.PutKeyPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type PutKeyPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutKeyPolicyRequest.Builder>PutKeyPolicyRequest.serializableBuilderClass()