| 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<DetachStaticIpResponse> |
LightsailAsyncClient.detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)
Detaches a static IP from the Amazon Lightsail instance to which it is attached.
|
default DetachStaticIpResponse |
LightsailClient.detachStaticIp(Consumer<DetachStaticIpRequest.Builder> detachStaticIpRequest)
Detaches a static IP from the Amazon Lightsail instance to which it is attached.
|
| Modifier and Type | Method and Description |
|---|---|
static DetachStaticIpRequest.Builder |
DetachStaticIpRequest.builder() |
DetachStaticIpRequest.Builder |
DetachStaticIpRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachStaticIpRequest.Builder |
DetachStaticIpRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachStaticIpRequest.Builder |
DetachStaticIpRequest.Builder.staticIpName(String staticIpName)
The name of the static IP to detach from the instance.
|
DetachStaticIpRequest.Builder |
DetachStaticIpRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetachStaticIpRequest.Builder> |
DetachStaticIpRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.