Uses of Class
software.amazon.awssdk.services.lightsail.model.AllocateStaticIpResponse
-
Packages that use AllocateStaticIpResponse 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 AllocateStaticIpResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return AllocateStaticIpResponse Modifier and Type Method Description default AllocateStaticIpResponseLightsailClient. allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)Allocates a static IP address.default AllocateStaticIpResponseLightsailClient. allocateStaticIp(AllocateStaticIpRequest allocateStaticIpRequest)Allocates a static IP address.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type AllocateStaticIpResponse Modifier and Type Method Description default CompletableFuture<AllocateStaticIpResponse>LightsailAsyncClient. allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)Allocates a static IP address.default CompletableFuture<AllocateStaticIpResponse>LightsailAsyncClient. allocateStaticIp(AllocateStaticIpRequest allocateStaticIpRequest)Allocates a static IP address.
-