| 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 |
|---|---|
CopySnapshotResult |
AmazonLightsailClient.copySnapshot(CopySnapshotRequest request)
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.
|
CopySnapshotResult |
AmazonLightsail.copySnapshot(CopySnapshotRequest 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.
|
CopySnapshotResult |
AbstractAmazonLightsail.copySnapshot(CopySnapshotRequest request) |
Future<CopySnapshotResult> |
AmazonLightsailAsyncClient.copySnapshotAsync(CopySnapshotRequest request) |
Future<CopySnapshotResult> |
AbstractAmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest request) |
Future<CopySnapshotResult> |
AmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest 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.
|
Future<CopySnapshotResult> |
AmazonLightsailAsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AbstractAmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
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 |
|---|---|
Future<CopySnapshotResult> |
AmazonLightsailAsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AbstractAmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
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 |
|---|---|
CopySnapshotRequest |
CopySnapshotRequest.clone() |
CopySnapshotRequest |
CopySnapshotRequest.withRestoreDate(String restoreDate)
The date of the source automatic snapshot to copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(RegionName sourceRegion)
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(String sourceRegion)
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceResourceName(String sourceResourceName)
The name of the source instance or disk from which the source automatic snapshot was created.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceSnapshotName(String sourceSnapshotName)
The name of the source manual snapshot to copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withTargetSnapshotName(String targetSnapshotName)
The name of the new manual snapshot to be created as a copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withUseLatestRestorableAutoSnapshot(Boolean useLatestRestorableAutoSnapshot)
A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source
instance or disk.
|
Copyright © 2024. All rights reserved.