Uses of Interface
software.amazon.awssdk.services.kms.model.PutKeyPolicyRequest.Builder
-
Packages that use PutKeyPolicyRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of PutKeyPolicyRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type PutKeyPolicyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static PutKeyPolicyRequest.BuilderPutKeyPolicyRequest. builder()PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)Skips ("bypasses") the key policy lockout safety check.PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. keyId(String keyId)Sets the key policy on the specified KMS key.PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. policy(String policy)The key policy to attach to the KMS key.PutKeyPolicyRequest.BuilderPutKeyPolicyRequest.Builder. policyName(String policyName)The name of the key policy.PutKeyPolicyRequest.BuilderPutKeyPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type PutKeyPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutKeyPolicyRequest.Builder>PutKeyPolicyRequest. serializableBuilderClass()
-