| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePortState |
InstancePortState.clone() |
InstancePortState |
InstancePortState.withFromPort(Integer fromPort)
The first port in the range.
|
InstancePortState |
InstancePortState.withProtocol(NetworkProtocol protocol)
The protocol being used.
|
InstancePortState |
InstancePortState.withProtocol(String protocol)
The protocol being used.
|
InstancePortState |
InstancePortState.withState(PortState state)
Specifies whether the instance port is
open or closed. |
InstancePortState |
InstancePortState.withState(String state)
Specifies whether the instance port is
open or closed. |
InstancePortState |
InstancePortState.withToPort(Integer toPort)
The last port in the range.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstancePortState> |
GetInstancePortStatesResult.getPortStates()
Information about the port states resulting from your request.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(InstancePortState... portStates)
Information about the port states resulting from your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInstancePortStatesResult.setPortStates(Collection<InstancePortState> portStates)
Information about the port states resulting from your request.
|
GetInstancePortStatesResult |
GetInstancePortStatesResult.withPortStates(Collection<InstancePortState> portStates)
Information about the port states resulting from your request.
|
Copyright © 2018. All rights reserved.