Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDiskSnapshotResponse
-
Packages that use GetDiskSnapshotResponse 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 GetDiskSnapshotResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDiskSnapshotResponse Modifier and Type Method Description default GetDiskSnapshotResponseLightsailClient. getDiskSnapshot(Consumer<GetDiskSnapshotRequest.Builder> getDiskSnapshotRequest)Returns information about a specific block storage disk snapshot.default GetDiskSnapshotResponseLightsailClient. getDiskSnapshot(GetDiskSnapshotRequest getDiskSnapshotRequest)Returns information about a specific block storage disk snapshot.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDiskSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetDiskSnapshotResponse>LightsailAsyncClient. getDiskSnapshot(Consumer<GetDiskSnapshotRequest.Builder> getDiskSnapshotRequest)Returns information about a specific block storage disk snapshot.default CompletableFuture<GetDiskSnapshotResponse>LightsailAsyncClient. getDiskSnapshot(GetDiskSnapshotRequest getDiskSnapshotRequest)Returns information about a specific block storage disk snapshot.
-