Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteDiskSnapshotResponse
-
Packages that use DeleteDiskSnapshotResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of DeleteDiskSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteDiskSnapshotResponse Modifier and Type Method Description default DeleteDiskSnapshotResponseLightsailClient. deleteDiskSnapshot(Consumer<DeleteDiskSnapshotRequest.Builder> deleteDiskSnapshotRequest)Deletes the specified disk snapshot.default DeleteDiskSnapshotResponseLightsailClient. deleteDiskSnapshot(DeleteDiskSnapshotRequest deleteDiskSnapshotRequest)Deletes the specified disk snapshot.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteDiskSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteDiskSnapshotResponse>LightsailAsyncClient. deleteDiskSnapshot(Consumer<DeleteDiskSnapshotRequest.Builder> deleteDiskSnapshotRequest)Deletes the specified disk snapshot.default CompletableFuture<DeleteDiskSnapshotResponse>LightsailAsyncClient. deleteDiskSnapshot(DeleteDiskSnapshotRequest deleteDiskSnapshotRequest)Deletes the specified disk snapshot.
-