| 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 |
|---|---|
Future<CreateDiskSnapshotResult> |
AbstractAmazonLightsailAsync.createDiskSnapshotAsync(CreateDiskSnapshotRequest request,
AsyncHandler<CreateDiskSnapshotRequest,CreateDiskSnapshotResult> asyncHandler) |
Future<CreateDiskSnapshotResult> |
AmazonLightsailAsyncClient.createDiskSnapshotAsync(CreateDiskSnapshotRequest request,
AsyncHandler<CreateDiskSnapshotRequest,CreateDiskSnapshotResult> asyncHandler) |
Future<CreateDiskSnapshotResult> |
AmazonLightsailAsync.createDiskSnapshotAsync(CreateDiskSnapshotRequest createDiskSnapshotRequest,
AsyncHandler<CreateDiskSnapshotRequest,CreateDiskSnapshotResult> asyncHandler)
Creates a snapshot of a block storage disk.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.clone() |
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.withDiskName(String diskName)
The unique name of the source disk (
Disk-Virginia-1). |
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.withDiskSnapshotName(String diskSnapshotName)
The name of the destination disk snapshot (
my-disk-snapshot) based on the source disk. |
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.withInstanceName(String instanceName)
The unique name of the source instance (
Amazon_Linux-512MB-Virginia-1). |
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.withTags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
|
CreateDiskSnapshotRequest |
CreateDiskSnapshotRequest.withTags(Tag... tags)
The tag keys and optional values to add to the resource during create.
|
Copyright © 2024. All rights reserved.