Uses of Class
software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest 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.transform -
-
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type CreateSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>MemoryDbAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a copy of an entire cluster at a specific moment in time.default CreateSnapshotResponseMemoryDbClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a copy of an entire cluster at a specific moment in time. -
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type CreateSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotRequestMarshaller. marshall(CreateSnapshotRequest createSnapshotRequest)
-