| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicateKeyResult |
AbstractAWSKMS.replicateKey(ReplicateKeyRequest request) |
ReplicateKeyResult |
AWSKMS.replicateKey(ReplicateKeyRequest replicateKeyRequest)
Replicates a multi-Region key into the specified Region.
|
ReplicateKeyResult |
AWSKMSClient.replicateKey(ReplicateKeyRequest request)
Replicates a multi-Region key into the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ReplicateKeyResult> |
AWSKMSAsyncClient.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> |
AbstractAWSKMSAsync.replicateKeyAsync(ReplicateKeyRequest request,
AsyncHandler<ReplicateKeyRequest,ReplicateKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ReplicateKeyResult |
ReplicateKeyResult.clone() |
ReplicateKeyResult |
ReplicateKeyResult.withReplicaKeyMetadata(KeyMetadata replicaKeyMetadata)
Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.
|
ReplicateKeyResult |
ReplicateKeyResult.withReplicaPolicy(String replicaPolicy)
The key policy of the new replica key.
|
ReplicateKeyResult |
ReplicateKeyResult.withReplicaTags(Collection<Tag> replicaTags)
The tags on the new replica key.
|
ReplicateKeyResult |
ReplicateKeyResult.withReplicaTags(Tag... replicaTags)
The tags on the new replica key.
|
Copyright © 2023. All rights reserved.