| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
GetInstancePortStatesResult |
AmazonLightsailClient.getInstancePortStates(GetInstancePortStatesRequest request)
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.
|
GetInstancePortStatesResult |
AmazonLightsail.getInstancePortStates(GetInstancePortStatesRequest 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.
|
GetInstancePortStatesResult |
AbstractAmazonLightsail.getInstancePortStates(GetInstancePortStatesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetInstancePortStatesResult> |
AbstractAmazonLightsailAsync.getInstancePortStatesAsync(GetInstancePortStatesRequest request,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler) |
Future<GetInstancePortStatesResult> |
AmazonLightsailAsync.getInstancePortStatesAsync(GetInstancePortStatesRequest getInstancePortStatesRequest,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler)
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.
|
Future<GetInstancePortStatesResult> |
AmazonLightsailAsyncClient.getInstancePortStatesAsync(GetInstancePortStatesRequest request,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInstancePortStatesResult |
GetInstancePortStatesResult.clone() |
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(Collection<InstancePortState> portStates)
An array of objects that describe the firewall port states for the specified instance.
|
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(InstancePortState... portStates)
An array of objects that describe the firewall port states for the specified instance.
|
Copyright © 2021. All rights reserved.