| 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 |
|---|---|
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 manual or automatic snapshot of a disk.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.clone() |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withAddOns(AddOnRequest... addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withAddOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
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.withRestoreDate(String restoreDate)
The date of the automatic snapshot to use for the new disk.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withSizeInGb(Integer sizeInGb)
The size of the disk in GB (e.g.,
32). |
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withSourceDiskName(String sourceDiskName)
The name of the source disk from which the source automatic snapshot was created.
|
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.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withUseLatestRestorableAutoSnapshot(Boolean useLatestRestorableAutoSnapshot)
A Boolean value to indicate whether to use the latest available automatic snapshot.
|
Copyright © 2020. All rights reserved.