| 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 GetInstancePortStatesResponse |
LightsailClient.getInstancePortStates(Consumer<GetInstancePortStatesRequest.Builder> getInstancePortStatesRequest)
Returns the firewall port states for a specific Amazon Lightsail instance, the IP addresses allowed to connect to
the instance through the ports, and the protocol.
|
default CompletableFuture<GetInstancePortStatesResponse> |
LightsailAsyncClient.getInstancePortStates(Consumer<GetInstancePortStatesRequest.Builder> getInstancePortStatesRequest)
Returns the firewall port states for a specific Amazon Lightsail instance, the IP addresses allowed to connect to
the instance through the ports, and the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static GetInstancePortStatesRequest.Builder |
GetInstancePortStatesRequest.builder() |
GetInstancePortStatesRequest.Builder |
GetInstancePortStatesRequest.Builder.instanceName(String instanceName)
The name of the instance for which to return firewall port states.
|
GetInstancePortStatesRequest.Builder |
GetInstancePortStatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInstancePortStatesRequest.Builder |
GetInstancePortStatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetInstancePortStatesRequest.Builder |
GetInstancePortStatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetInstancePortStatesRequest.Builder> |
GetInstancePortStatesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.