| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
GetDiskSnapshotsResult |
AmazonLightsailClient.getDiskSnapshots(GetDiskSnapshotsRequest request)
Returns information about all block storage disk snapshots in your AWS account and region.
|
GetDiskSnapshotsResult |
AbstractAmazonLightsail.getDiskSnapshots(GetDiskSnapshotsRequest request) |
GetDiskSnapshotsResult |
AmazonLightsail.getDiskSnapshots(GetDiskSnapshotsRequest getDiskSnapshotsRequest)
Returns information about all block storage disk snapshots in your AWS account and region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDiskSnapshotsResult> |
AmazonLightsailAsyncClient.getDiskSnapshotsAsync(GetDiskSnapshotsRequest request,
AsyncHandler<GetDiskSnapshotsRequest,GetDiskSnapshotsResult> asyncHandler) |
Future<GetDiskSnapshotsResult> |
AmazonLightsailAsync.getDiskSnapshotsAsync(GetDiskSnapshotsRequest getDiskSnapshotsRequest,
AsyncHandler<GetDiskSnapshotsRequest,GetDiskSnapshotsResult> asyncHandler)
Returns information about all block storage disk snapshots in your AWS account and region.
|
Future<GetDiskSnapshotsResult> |
AbstractAmazonLightsailAsync.getDiskSnapshotsAsync(GetDiskSnapshotsRequest request,
AsyncHandler<GetDiskSnapshotsRequest,GetDiskSnapshotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.clone() |
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.withDiskSnapshots(Collection<DiskSnapshot> diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.withDiskSnapshots(DiskSnapshot... diskSnapshots)
An array of objects containing information about all block storage disk snapshots.
|
GetDiskSnapshotsResult |
GetDiskSnapshotsResult.withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
Copyright © 2024. All rights reserved.