Uses of Class
software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
-
Packages that use CopySnapshotRequest Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-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.transform -
-
Uses of CopySnapshotRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type CopySnapshotRequest Modifier and Type Method Description default CompletableFuture<CopySnapshotResponse>MemoryDbAsyncClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot.default CopySnapshotResponseMemoryDbClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot. -
Uses of CopySnapshotRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type CopySnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopySnapshotRequestMarshaller. marshall(CopySnapshotRequest copySnapshotRequest)
-