| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
GetInstancePortStatesResult |
AmazonLightsail.getInstancePortStates(GetInstancePortStatesRequest getInstancePortStatesRequest)
Returns the port states for a specific virtual private server, or instance.
|
GetInstancePortStatesResult |
AbstractAmazonLightsail.getInstancePortStates(GetInstancePortStatesRequest request) |
GetInstancePortStatesResult |
AmazonLightsailClient.getInstancePortStates(GetInstancePortStatesRequest request)
Returns the port states for a specific virtual private server, or instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInstancePortStatesResult> |
AmazonLightsailAsyncClient.getInstancePortStatesAsync(GetInstancePortStatesRequest request,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler) |
Future<GetInstancePortStatesResult> |
AbstractAmazonLightsailAsync.getInstancePortStatesAsync(GetInstancePortStatesRequest request,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler) |
Future<GetInstancePortStatesResult> |
AmazonLightsailAsync.getInstancePortStatesAsync(GetInstancePortStatesRequest getInstancePortStatesRequest,
AsyncHandler<GetInstancePortStatesRequest,GetInstancePortStatesResult> asyncHandler)
Returns the port states for a specific virtual private server, or instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstancePortStatesResult |
GetInstancePortStatesResult.clone() |
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(Collection<InstancePortState> portStates)
Information about the port states resulting from your request.
|
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(InstancePortState... portStates)
Information about the port states resulting from your request.
|
Copyright © 2020. All rights reserved.