| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default CopySnapshotResponse |
ElastiCacheClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Makes a copy of an existing snapshot.
|
default CopySnapshotResponse |
ElastiCacheClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Makes a copy of an existing snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopySnapshotResponse> |
ElastiCacheAsyncClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Makes a copy of an existing snapshot.
|
default CompletableFuture<CopySnapshotResponse> |
ElastiCacheAsyncClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Makes a copy of an existing snapshot.
|
Copyright © 2023. All rights reserved.