Uses of Class
software.amazon.awssdk.services.elasticache.model.DeleteSnapshotResponse
-
Packages that use DeleteSnapshotResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of DeleteSnapshotResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DeleteSnapshotResponse Modifier and Type Method Description default DeleteSnapshotResponseElastiCacheClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an existing snapshot.default DeleteSnapshotResponseElastiCacheClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an existing snapshot.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DeleteSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>ElastiCacheAsyncClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an existing snapshot.default CompletableFuture<DeleteSnapshotResponse>ElastiCacheAsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an existing snapshot.
-