| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ReplicateKeyResult> |
AbstractAWSKMSAsync.replicateKeyAsync(ReplicateKeyRequest request,
AsyncHandler<ReplicateKeyRequest,ReplicateKeyResult> asyncHandler) |
Future<ReplicateKeyResult> |
AWSKMSAsync.replicateKeyAsync(ReplicateKeyRequest replicateKeyRequest,
AsyncHandler<ReplicateKeyRequest,ReplicateKeyResult> asyncHandler)
Replicates a multi-Region key into the specified Region.
|
Future<ReplicateKeyResult> |
AWSKMSAsyncClient.replicateKeyAsync(ReplicateKeyRequest request,
AsyncHandler<ReplicateKeyRequest,ReplicateKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ReplicateKeyRequest |
ReplicateKeyRequest.clone() |
ReplicateKeyRequest |
ReplicateKeyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withDescription(String description)
A description of the KMS key.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withKeyId(String keyId)
Identifies the multi-Region primary key that is being replicated.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withPolicy(String policy)
The key policy to attach to the KMS key.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withReplicaRegion(String replicaRegion)
The Region ID of the Amazon Web Services Region for this replica key.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the replica key.
|
ReplicateKeyRequest |
ReplicateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the replica key.
|
Copyright © 2023. All rights reserved.