Uses of Class
software.amazon.awssdk.services.lightsail.model.AttachDiskResponse
-
Packages that use AttachDiskResponse 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. -
-
Uses of AttachDiskResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return AttachDiskResponse Modifier and Type Method Description default AttachDiskResponseLightsailClient. 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 AttachDiskResponseLightsailClient. attachDisk(AttachDiskRequest attachDiskRequest)Attaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the specified disk name.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type AttachDiskResponse Modifier and Type Method Description 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.default CompletableFuture<AttachDiskResponse>LightsailAsyncClient. attachDisk(AttachDiskRequest attachDiskRequest)Attaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the specified disk name.
-