Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteInstanceSnapshotResponse
-
Packages that use DeleteInstanceSnapshotResponse 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 DeleteInstanceSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteInstanceSnapshotResponse Modifier and Type Method Description default DeleteInstanceSnapshotResponseLightsailClient. deleteInstanceSnapshot(Consumer<DeleteInstanceSnapshotRequest.Builder> deleteInstanceSnapshotRequest)Deletes a specific snapshot of a virtual private server (or instance).default DeleteInstanceSnapshotResponseLightsailClient. deleteInstanceSnapshot(DeleteInstanceSnapshotRequest deleteInstanceSnapshotRequest)Deletes a specific snapshot of a virtual private server (or instance).Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteInstanceSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteInstanceSnapshotResponse>LightsailAsyncClient. deleteInstanceSnapshot(Consumer<DeleteInstanceSnapshotRequest.Builder> deleteInstanceSnapshotRequest)Deletes a specific snapshot of a virtual private server (or instance).default CompletableFuture<DeleteInstanceSnapshotResponse>LightsailAsyncClient. deleteInstanceSnapshot(DeleteInstanceSnapshotRequest deleteInstanceSnapshotRequest)Deletes a specific snapshot of a virtual private server (or instance).
-