| 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.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AllocateStaticIpResponse> |
LightsailAsyncClient.allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)
Allocates a static IP address.
|
default AllocateStaticIpResponse |
LightsailClient.allocateStaticIp(Consumer<AllocateStaticIpRequest.Builder> allocateStaticIpRequest)
Allocates a static IP address.
|
| Modifier and Type | Method and Description |
|---|---|
static AllocateStaticIpRequest.Builder |
AllocateStaticIpRequest.builder() |
AllocateStaticIpRequest.Builder |
AllocateStaticIpRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateStaticIpRequest.Builder |
AllocateStaticIpRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateStaticIpRequest.Builder |
AllocateStaticIpRequest.Builder.staticIpName(String staticIpName)
The name of the static IP address.
|
AllocateStaticIpRequest.Builder |
AllocateStaticIpRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocateStaticIpRequest.Builder> |
AllocateStaticIpRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.