Uses of Class
software.amazon.awssdk.services.lightsail.model.GetStaticIpResponse
-
Packages that use GetStaticIpResponse 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 GetStaticIpResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetStaticIpResponse Modifier and Type Method Description default GetStaticIpResponseLightsailClient. getStaticIp(Consumer<GetStaticIpRequest.Builder> getStaticIpRequest)Returns information about an Amazon Lightsail static IP.default GetStaticIpResponseLightsailClient. getStaticIp(GetStaticIpRequest getStaticIpRequest)Returns information about an Amazon Lightsail static IP.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetStaticIpResponse Modifier and Type Method Description default CompletableFuture<GetStaticIpResponse>LightsailAsyncClient. getStaticIp(Consumer<GetStaticIpRequest.Builder> getStaticIpRequest)Returns information about an Amazon Lightsail static IP.default CompletableFuture<GetStaticIpResponse>LightsailAsyncClient. getStaticIp(GetStaticIpRequest getStaticIpRequest)Returns information about an Amazon Lightsail static IP.
-