Uses of Class
software.amazon.awssdk.services.lightsail.model.DetachDiskResponse
-
Packages that use DetachDiskResponse 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 DetachDiskResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DetachDiskResponse Modifier and Type Method Description default DetachDiskResponseLightsailClient. detachDisk(Consumer<DetachDiskRequest.Builder> detachDiskRequest)Detaches a stopped block storage disk from a Lightsail instance.default DetachDiskResponseLightsailClient. detachDisk(DetachDiskRequest detachDiskRequest)Detaches a stopped block storage disk from a Lightsail instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DetachDiskResponse Modifier and Type Method Description default CompletableFuture<DetachDiskResponse>LightsailAsyncClient. detachDisk(Consumer<DetachDiskRequest.Builder> detachDiskRequest)Detaches a stopped block storage disk from a Lightsail instance.default CompletableFuture<DetachDiskResponse>LightsailAsyncClient. detachDisk(DetachDiskRequest detachDiskRequest)Detaches a stopped block storage disk from a Lightsail instance.
-