Uses of Class
software.amazon.awssdk.services.elasticache.model.CopySnapshotRequest
-
Packages that use CopySnapshotRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of CopySnapshotRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type CopySnapshotRequest Modifier and Type Method Description default CompletableFuture<CopySnapshotResponse>ElastiCacheAsyncClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot.default CopySnapshotResponseElastiCacheClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot. -
Uses of CopySnapshotRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type CopySnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopySnapshotRequestMarshaller. marshall(CopySnapshotRequest copySnapshotRequest)
-