Uses of Class
software.amazon.awssdk.services.kms.model.ReplicateKeyResponse
-
Packages that use ReplicateKeyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ReplicateKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ReplicateKeyResponse Modifier and Type Method Description default ReplicateKeyResponseKmsClient. replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest)Replicates a multi-Region key into the specified Region.default ReplicateKeyResponseKmsClient. replicateKey(ReplicateKeyRequest replicateKeyRequest)Replicates a multi-Region key into the specified Region.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ReplicateKeyResponse Modifier and Type Method Description default CompletableFuture<ReplicateKeyResponse>KmsAsyncClient. replicateKey(Consumer<ReplicateKeyRequest.Builder> replicateKeyRequest)Replicates a multi-Region key into the specified Region.default CompletableFuture<ReplicateKeyResponse>KmsAsyncClient. replicateKey(ReplicateKeyRequest replicateKeyRequest)Replicates a multi-Region key into the specified Region.
-