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