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