Uses of Class
software.amazon.awssdk.services.elasticache.model.CopySnapshotResponse
-
Packages that use CopySnapshotResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CopySnapshotResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CopySnapshotResponse Modifier and Type Method Description default CopySnapshotResponseElastiCacheClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Makes a copy of an existing snapshot.default CopySnapshotResponseElastiCacheClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CopySnapshotResponse Modifier and Type Method 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.
-