| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb |
MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and
Multi-AZ durability for modern applications built using microservices architectures.
|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
default CopySnapshotResponse |
MemoryDbClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Makes a copy of an existing snapshot.
|
default CompletableFuture<CopySnapshotResponse> |
MemoryDbAsyncClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Makes a copy of an existing snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static CopySnapshotRequest.Builder |
CopySnapshotRequest.builder() |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the target snapshot.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceSnapshotName(String sourceSnapshotName)
The name of an existing snapshot from which to make a copy.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.tags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.tags(Tag... tags)
A list of tags to be added to this resource.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.targetBucket(String targetBucket)
The Amazon S3 bucket to which the snapshot is exported.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.targetSnapshotName(String targetSnapshotName)
A name for the snapshot copy.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopySnapshotRequest.Builder> |
CopySnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.