| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDiskSnapshotsResponse> |
LightsailAsyncClient.getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)
Returns information about all block storage disk snapshots in your AWS account and region.
|
default GetDiskSnapshotsResponse |
LightsailClient.getDiskSnapshots(Consumer<GetDiskSnapshotsRequest.Builder> getDiskSnapshotsRequest)
Returns information about all block storage disk snapshots in your AWS account and region.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDiskSnapshotsRequest.Builder |
GetDiskSnapshotsRequest.builder() |
GetDiskSnapshotsRequest.Builder |
GetDiskSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDiskSnapshotsRequest.Builder |
GetDiskSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDiskSnapshotsRequest.Builder |
GetDiskSnapshotsRequest.Builder.pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
GetDiskSnapshotsRequest.Builder |
GetDiskSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDiskSnapshotsRequest.Builder> |
GetDiskSnapshotsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.