| 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.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetStaticIpResponse> |
LightsailAsyncClient.getStaticIp(Consumer<GetStaticIpRequest.Builder> getStaticIpRequest)
Returns information about a specific static IP.
|
default GetStaticIpResponse |
LightsailClient.getStaticIp(Consumer<GetStaticIpRequest.Builder> getStaticIpRequest)
Returns information about a specific static IP.
|
| Modifier and Type | Method and Description |
|---|---|
static GetStaticIpRequest.Builder |
GetStaticIpRequest.builder() |
GetStaticIpRequest.Builder |
GetStaticIpRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStaticIpRequest.Builder |
GetStaticIpRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStaticIpRequest.Builder |
GetStaticIpRequest.Builder.staticIpName(String staticIpName)
The name of the static IP in Lightsail.
|
GetStaticIpRequest.Builder |
GetStaticIpRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetStaticIpRequest.Builder> |
GetStaticIpRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.