| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotResult |
AmazonLightsail.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies an instance or disk snapshot from one AWS Region to another in Amazon Lightsail.
|
CopySnapshotResult |
AbstractAmazonLightsail.copySnapshot(CopySnapshotRequest request) |
CopySnapshotResult |
AmazonLightsailClient.copySnapshot(CopySnapshotRequest request)
Copies an instance or disk snapshot from one AWS Region to another in Amazon Lightsail.
|
Future<CopySnapshotResult> |
AmazonLightsailAsyncClient.copySnapshotAsync(CopySnapshotRequest request) |
Future<CopySnapshotResult> |
AbstractAmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest request) |
Future<CopySnapshotResult> |
AmazonLightsailAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies an instance or disk snapshot from one AWS Region to another in Amazon Lightsail.
|
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 an instance or disk snapshot from one AWS Region to another in Amazon Lightsail.
|
| 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 an instance or disk snapshot from one AWS Region to another in Amazon Lightsail.
|
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotRequest |
CopySnapshotRequest.clone() |
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(RegionName sourceRegion)
The AWS Region where the source snapshot is located.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(String sourceRegion)
The AWS Region where the source snapshot is located.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceSnapshotName(String sourceSnapshotName)
The name of the source instance or disk snapshot to be copied.
|
CopySnapshotRequest |
CopySnapshotRequest.withTargetSnapshotName(String targetSnapshotName)
The name of the new instance or disk snapshot to be created as a copy.
|
Copyright © 2019. All rights reserved.