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