| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDiskSnapshotResponse> |
LightsailAsyncClient.createDiskSnapshot(Consumer<CreateDiskSnapshotRequest.Builder> createDiskSnapshotRequest)
Creates a snapshot of a block storage disk.
|
default CreateDiskSnapshotResponse |
LightsailClient.createDiskSnapshot(Consumer<CreateDiskSnapshotRequest.Builder> createDiskSnapshotRequest)
Creates a snapshot of a block storage disk.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.builder() |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.diskName(String diskName)
The unique name of the source disk (e.g.,
Disk-Virginia-1). |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.diskSnapshotName(String diskSnapshotName)
The name of the destination disk snapshot (e.g.,
my-disk-snapshot) based on the source disk. |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.instanceName(String instanceName)
The unique name of the source instance (e.g.,
Amazon_Linux-512MB-Virginia-1). |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
|
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values to add to the resource during create.
|
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.Builder.tags(Tag... tags)
The tag keys and optional values to add to the resource during create.
|
CreateDiskSnapshotRequest.Builder |
CreateDiskSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDiskSnapshotRequest.Builder> |
CreateDiskSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.