| 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 |
|---|---|
CreateDiskFromSnapshotResult |
AmazonLightsail.createDiskFromSnapshot(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest)
Creates a block storage disk from a disk snapshot that can be attached to a Lightsail instance in the same
Availability Zone (e.g.,
us-east-2a). |
CreateDiskFromSnapshotResult |
AbstractAmazonLightsail.createDiskFromSnapshot(CreateDiskFromSnapshotRequest request) |
CreateDiskFromSnapshotResult |
AmazonLightsailClient.createDiskFromSnapshot(CreateDiskFromSnapshotRequest request)
Creates a block storage disk from a disk snapshot that can be attached to a Lightsail instance in the same
Availability Zone (e.g.,
us-east-2a). |
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsyncClient.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request) |
Future<CreateDiskFromSnapshotResult> |
AbstractAmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request) |
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest)
Creates a block storage disk from a disk snapshot that can be attached to a Lightsail instance in the same
Availability Zone (e.g.,
us-east-2a). |
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsyncClient.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler) |
Future<CreateDiskFromSnapshotResult> |
AbstractAmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler) |
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler)
Creates a block storage disk from a disk snapshot that can be attached to a Lightsail instance in the same
Availability Zone (e.g.,
us-east-2a). |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsyncClient.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler) |
Future<CreateDiskFromSnapshotResult> |
AbstractAmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest request,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler) |
Future<CreateDiskFromSnapshotResult> |
AmazonLightsailAsync.createDiskFromSnapshotAsync(CreateDiskFromSnapshotRequest createDiskFromSnapshotRequest,
AsyncHandler<CreateDiskFromSnapshotRequest,CreateDiskFromSnapshotResult> asyncHandler)
Creates a block storage disk from a disk snapshot that can be attached to a Lightsail instance in the same
Availability Zone (e.g.,
us-east-2a). |
| Modifier and Type | Method and Description |
|---|---|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.clone() |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone where you want to create the disk (e.g.,
us-east-2a). |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withDiskName(String diskName)
The unique Lightsail disk name (e.g.,
my-disk). |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot (e.g.,
my-snapshot) from which to create the new storage disk. |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withSizeInGb(Integer sizeInGb)
The size of the disk in GB (e.g.,
32). |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withTags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withTags(Tag... tags)
The tag keys and optional values to add to the resource during create.
|
Copyright © 2019. All rights reserved.