Uses of Class
software.amazon.awssdk.services.lightsail.model.GetDisksResponse
-
Packages that use GetDisksResponse 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 GetDisksResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetDisksResponse Modifier and Type Method Description default GetDisksResponseLightsailClient. getDisks()Returns information about all block storage disks in your AWS account and region.default GetDisksResponseLightsailClient. getDisks(Consumer<GetDisksRequest.Builder> getDisksRequest)Returns information about all block storage disks in your AWS account and region.default GetDisksResponseLightsailClient. getDisks(GetDisksRequest getDisksRequest)Returns information about all block storage disks in your AWS account and region.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetDisksResponse Modifier and Type Method Description default CompletableFuture<GetDisksResponse>LightsailAsyncClient. getDisks()Returns information about all block storage disks in your AWS account and region.default CompletableFuture<GetDisksResponse>LightsailAsyncClient. getDisks(Consumer<GetDisksRequest.Builder> getDisksRequest)Returns information about all block storage disks in your AWS account and region.default CompletableFuture<GetDisksResponse>LightsailAsyncClient. getDisks(GetDisksRequest getDisksRequest)Returns information about all block storage disks in your AWS account and region.
-