Uses of Class
software.amazon.awssdk.services.lightsail.model.GetRegionsResponse
-
Packages that use GetRegionsResponse 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 GetRegionsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetRegionsResponse Modifier and Type Method Description default GetRegionsResponseLightsailClient. getRegions()Returns a list of all valid regions for Amazon Lightsail.default GetRegionsResponseLightsailClient. getRegions(Consumer<GetRegionsRequest.Builder> getRegionsRequest)Returns a list of all valid regions for Amazon Lightsail.default GetRegionsResponseLightsailClient. getRegions(GetRegionsRequest getRegionsRequest)Returns a list of all valid regions for Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetRegionsResponse Modifier and Type Method Description default CompletableFuture<GetRegionsResponse>LightsailAsyncClient. getRegions()Returns a list of all valid regions for Amazon Lightsail.default CompletableFuture<GetRegionsResponse>LightsailAsyncClient. getRegions(Consumer<GetRegionsRequest.Builder> getRegionsRequest)Returns a list of all valid regions for Amazon Lightsail.default CompletableFuture<GetRegionsResponse>LightsailAsyncClient. getRegions(GetRegionsRequest getRegionsRequest)Returns a list of all valid regions for Amazon Lightsail.
-