Uses of Class
software.amazon.awssdk.services.lightsail.model.DetachStaticIpResponse
-
Packages that use DetachStaticIpResponse 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 DetachStaticIpResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DetachStaticIpResponse Modifier and Type Method Description default DetachStaticIpResponseLightsailClient. detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached.default DetachStaticIpResponseLightsailClient. detachStaticIp(DetachStaticIpRequest detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DetachStaticIpResponse Modifier and Type Method Description default CompletableFuture<DetachStaticIpResponse>LightsailAsyncClient. detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached.default CompletableFuture<DetachStaticIpResponse>LightsailAsyncClient. detachStaticIp(DetachStaticIpRequest detachStaticIpRequest)Detaches a static IP from the Amazon Lightsail instance to which it is attached.
-