| 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 CompletableFuture<CreateSnapshotResponse> |
MemoryDbAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a copy of an entire cluster at a specific moment in time.
|
default CreateSnapshotResponse |
MemoryDbClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a copy of an entire cluster at a specific moment in time.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.builder() |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.clusterName(String clusterName)
The snapshot is created from this cluster.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the snapshot.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.snapshotName(String snapshotName)
A name for the snapshot being created.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Tag... tags)
A list of tags to be added to this resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotRequest.Builder> |
CreateSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.