| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default AttachDiskResponse |
LightsailClient.attachDisk(Consumer<AttachDiskRequest.Builder> attachDiskRequest)
Attaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the
specified disk name.
|
default CompletableFuture<AttachDiskResponse> |
LightsailAsyncClient.attachDisk(Consumer<AttachDiskRequest.Builder> attachDiskRequest)
Attaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the
specified disk name.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachDiskRequest.Builder |
AttachDiskRequest.builder() |
AttachDiskRequest.Builder |
AttachDiskRequest.Builder.diskName(String diskName)
The unique Lightsail disk name (e.g.,
my-disk). |
AttachDiskRequest.Builder |
AttachDiskRequest.Builder.diskPath(String diskPath)
The disk path to expose to the instance (e.g.,
/dev/xvdf). |
AttachDiskRequest.Builder |
AttachDiskRequest.Builder.instanceName(String instanceName)
The name of the Lightsail instance where you want to utilize the storage disk.
|
AttachDiskRequest.Builder |
AttachDiskRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachDiskRequest.Builder |
AttachDiskRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachDiskRequest.Builder |
AttachDiskRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachDiskRequest.Builder> |
AttachDiskRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.