Uses of Class
software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException
-
Packages that use SnapshotAlreadyExistsException 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. -
-
Uses of SnapshotAlreadyExistsException in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that throw SnapshotAlreadyExistsException Modifier and Type Method Description default CopySnapshotResponseMemoryDbClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Makes a copy of an existing snapshot.default CopySnapshotResponseMemoryDbClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot.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.default DeleteClusterResponseMemoryDbClient. deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)Deletes a cluster.default DeleteClusterResponseMemoryDbClient. deleteCluster(DeleteClusterRequest deleteClusterRequest)Deletes a cluster.
-