Uses of Class
software.amazon.awssdk.services.lightsail.model.ReleaseStaticIpResponse
-
Packages that use ReleaseStaticIpResponse 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 ReleaseStaticIpResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return ReleaseStaticIpResponse Modifier and Type Method Description default ReleaseStaticIpResponseLightsailClient. releaseStaticIp(Consumer<ReleaseStaticIpRequest.Builder> releaseStaticIpRequest)Deletes a specific static IP from your account.default ReleaseStaticIpResponseLightsailClient. releaseStaticIp(ReleaseStaticIpRequest releaseStaticIpRequest)Deletes a specific static IP from your account.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type ReleaseStaticIpResponse Modifier and Type Method Description default CompletableFuture<ReleaseStaticIpResponse>LightsailAsyncClient. releaseStaticIp(Consumer<ReleaseStaticIpRequest.Builder> releaseStaticIpRequest)Deletes a specific static IP from your account.default CompletableFuture<ReleaseStaticIpResponse>LightsailAsyncClient. releaseStaticIp(ReleaseStaticIpRequest releaseStaticIpRequest)Deletes a specific static IP from your account.
-