Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDiskSnapshotsResponse
-
Packages that use GetDiskSnapshotsResponse 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 GetDiskSnapshotsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDiskSnapshotsResponse Modifier and Type Method Description default GetDiskSnapshotsResponseLightsailClient. getDiskSnapshots()Returns information about all block storage disk snapshots in your AWS account and region.default GetDiskSnapshotsResponseLightsailClient. getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region.default GetDiskSnapshotsResponseLightsailClient. getDiskSnapshots(GetDiskSnapshotsRequest getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDiskSnapshotsResponse Modifier and Type Method Description default CompletableFuture<GetDiskSnapshotsResponse>LightsailAsyncClient. getDiskSnapshots()Returns information about all block storage disk snapshots in your AWS account and region.default CompletableFuture<GetDiskSnapshotsResponse>LightsailAsyncClient. getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region.default CompletableFuture<GetDiskSnapshotsResponse>LightsailAsyncClient. getDiskSnapshots(GetDiskSnapshotsRequest getDiskSnapshotsRequest)Returns information about all block storage disk snapshots in your AWS account and region.
-