| 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.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportSnapshotResponse |
LightsailClient.exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)
Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2).
|
default CompletableFuture<ExportSnapshotResponse> |
LightsailAsyncClient.exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)
Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2).
|
| Modifier and Type | Method and Description |
|---|---|
static ExportSnapshotRequest.Builder |
ExportSnapshotRequest.builder() |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.sourceSnapshotName(String sourceSnapshotName)
The name of the instance or disk snapshot to be exported to Amazon EC2.
|
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportSnapshotRequest.Builder> |
ExportSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.