Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDiskResponse
-
Packages that use GetDiskResponse 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 GetDiskResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDiskResponse Modifier and Type Method Description default GetDiskResponseLightsailClient. getDisk(Consumer<GetDiskRequest.Builder> getDiskRequest)Returns information about a specific block storage disk.default GetDiskResponseLightsailClient. getDisk(GetDiskRequest getDiskRequest)Returns information about a specific block storage disk.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDiskResponse Modifier and Type Method Description default CompletableFuture<GetDiskResponse>LightsailAsyncClient. getDisk(Consumer<GetDiskRequest.Builder> getDiskRequest)Returns information about a specific block storage disk.default CompletableFuture<GetDiskResponse>LightsailAsyncClient. getDisk(GetDiskRequest getDiskRequest)Returns information about a specific block storage disk.
-