Uses of Interface
software.amazon.awssdk.services.kms.model.ReplicateKeyRequest.Builder
Packages that use ReplicateKeyRequest.Builder
Package
Description
-
Uses of ReplicateKeyRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ReplicateKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ReplicateKeyResponse>KmsAsyncClient.replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest) Replicates a multi-Region key into the specified Region.default ReplicateKeyResponseKmsClient.replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest) Replicates a multi-Region key into the specified Region. -
Uses of ReplicateKeyRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ReplicateKeyRequest.BuilderModifier and TypeMethodDescriptionstatic ReplicateKeyRequest.BuilderReplicateKeyRequest.builder()ReplicateKeyRequest.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) Skips ("bypasses") the key policy lockout safety check.ReplicateKeyRequest.Builder.description(String description) A description of the KMS key.Identifies the multi-Region primary key that is being replicated.ReplicateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ReplicateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The key policy to attach to the KMS key.ReplicateKeyRequest.Builder.replicaRegion(String replicaRegion) The Region ID of the Amazon Web Services Region for this replica key.ReplicateKeyRequest.Builder.tags(Collection<Tag> tags) Assigns one or more tags to the replica key.ReplicateKeyRequest.Builder.tags(Consumer<Tag.Builder>... tags) Assigns one or more tags to the replica key.Assigns one or more tags to the replica key.ReplicateKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ReplicateKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicateKeyRequest.Builder>ReplicateKeyRequest.serializableBuilderClass()