Uses of Class
software.amazon.awssdk.services.lightsail.model.AttachStaticIpResponse
-
Packages that use AttachStaticIpResponse 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 AttachStaticIpResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return AttachStaticIpResponse Modifier and Type Method Description default AttachStaticIpResponseLightsailClient. attachStaticIp(Consumer<AttachStaticIpRequest.Builder> attachStaticIpRequest)Attaches a static IP address to a specific Amazon Lightsail instance.default AttachStaticIpResponseLightsailClient. attachStaticIp(AttachStaticIpRequest attachStaticIpRequest)Attaches a static IP address to a specific Amazon Lightsail instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type AttachStaticIpResponse Modifier and Type Method Description default CompletableFuture<AttachStaticIpResponse>LightsailAsyncClient. attachStaticIp(Consumer<AttachStaticIpRequest.Builder> attachStaticIpRequest)Attaches a static IP address to a specific Amazon Lightsail instance.default CompletableFuture<AttachStaticIpResponse>LightsailAsyncClient. attachStaticIp(AttachStaticIpRequest attachStaticIpRequest)Attaches a static IP address to a specific Amazon Lightsail instance.
-