| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| Modifier and Type | Method and Description |
|---|---|
default GetStaticIpsResponse |
LightsailClient.getStaticIps()
Returns information about all static IPs in the user's account.
|
default GetStaticIpsResponse |
LightsailClient.getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)
Returns information about all static IPs in the user's account.
|
default GetStaticIpsResponse |
LightsailClient.getStaticIps(GetStaticIpsRequest getStaticIpsRequest)
Returns information about all static IPs in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetStaticIpsResponse> |
LightsailAsyncClient.getStaticIps()
Returns information about all static IPs in the user's account.
|
default CompletableFuture<GetStaticIpsResponse> |
LightsailAsyncClient.getStaticIps(Consumer<GetStaticIpsRequest.Builder> getStaticIpsRequest)
Returns information about all static IPs in the user's account.
|
default CompletableFuture<GetStaticIpsResponse> |
LightsailAsyncClient.getStaticIps(GetStaticIpsRequest getStaticIpsRequest)
Returns information about all static IPs in the user's account.
|
Copyright © 2021. All rights reserved.