Uses of Class
software.amazon.awssdk.services.kms.model.ReplicateKeyResponse
Packages that use ReplicateKeyResponse
-
Uses of ReplicateKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ReplicateKeyResponseModifier and TypeMethodDescriptiondefault 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 ReplicateKeyResponseModifier and TypeMethodDescriptiondefault 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.