Uses of Class
software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
-
Packages that use DeleteSnapshotResponse 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 DeleteSnapshotResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return DeleteSnapshotResponse Modifier and Type Method Description default DeleteSnapshotResponseMemoryDbClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an existing snapshot.default DeleteSnapshotResponseMemoryDbClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an existing snapshot.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type DeleteSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>MemoryDbAsyncClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an existing snapshot.default CompletableFuture<DeleteSnapshotResponse>MemoryDbAsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an existing snapshot.
-