Uses of Class
software.amazon.awssdk.services.elasticache.model.InvalidSnapshotStateException
-
Packages that use InvalidSnapshotStateException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of InvalidSnapshotStateException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw InvalidSnapshotStateException Modifier and Type Method Description default CopySnapshotResponseElastiCacheClient. copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)Makes a copy of an existing snapshot.default CopySnapshotResponseElastiCacheClient. copySnapshot(CopySnapshotRequest copySnapshotRequest)Makes a copy of an existing snapshot.default DeleteSnapshotResponseElastiCacheClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an existing snapshot.default DeleteSnapshotResponseElastiCacheClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an existing snapshot.
-