Uses of Class
software.amazon.awssdk.services.lightsail.model.GetStaticIpsResponse
-
Packages that use GetStaticIpsResponse 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 GetStaticIpsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetStaticIpsResponse Modifier and Type Method Description default GetStaticIpsResponseLightsailClient. getStaticIps()Returns information about all static IPs in the user's account.default GetStaticIpsResponseLightsailClient. getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)Returns information about all static IPs in the user's account.default GetStaticIpsResponseLightsailClient. getStaticIps(GetStaticIpsRequest getStaticIpsRequest)Returns information about all static IPs in the user's account.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetStaticIpsResponse Modifier and Type Method Description default CompletableFuture<GetStaticIpsResponse>LightsailAsyncClient. getStaticIps()Returns information about all static IPs in the user's account.default CompletableFuture<GetStaticIpsResponse>LightsailAsyncClient. getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)Returns information about all static IPs in the user's account.default CompletableFuture<GetStaticIpsResponse>LightsailAsyncClient. getStaticIps(GetStaticIpsRequest getStaticIpsRequest)Returns information about all static IPs in the user's account.
-