| 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 CopySnapshotResponse |
LightsailClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an
instance or disk as a manual snapshot.
|
default CompletableFuture<CopySnapshotResponse> |
LightsailAsyncClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an
instance or disk as a manual snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static CopySnapshotRequest.Builder |
CopySnapshotRequest.builder() |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.restoreDate(String restoreDate)
The date of the source automatic snapshot to copy.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceRegion(RegionName sourceRegion)
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceRegion(String sourceRegion)
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceResourceName(String sourceResourceName)
The name of the source instance or disk from which the source automatic snapshot was created.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceSnapshotName(String sourceSnapshotName)
The name of the source manual snapshot to copy.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.targetSnapshotName(String targetSnapshotName)
The name of the new manual snapshot to be created as a copy.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.toBuilder() |
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.useLatestRestorableAutoSnapshot(Boolean useLatestRestorableAutoSnapshot)
A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source
instance or disk.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopySnapshotRequest.Builder> |
CopySnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.