| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.clone() |
PortRange |
PortRange.withFromPort(Integer fromPort)
The first port in the range of ports, inclusive.
|
PortRange |
PortRange.withToPort(Integer toPort)
The last port in the range of ports, inclusive.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
Listener.getPortRanges()
The list of port ranges for the connections from clients to the accelerator.
|
List<PortRange> |
UpdateListenerRequest.getPortRanges()
The updated list of port ranges for the connections from clients to the accelerator.
|
List<PortRange> |
CreateListenerRequest.getPortRanges()
The list of port ranges to support for connections from clients to your accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.withPortRanges(PortRange... portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest |
UpdateListenerRequest.withPortRanges(PortRange... portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
CreateListenerRequest |
CreateListenerRequest.withPortRanges(PortRange... portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setPortRanges(Collection<PortRange> portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
void |
UpdateListenerRequest.setPortRanges(Collection<PortRange> portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
void |
CreateListenerRequest.setPortRanges(Collection<PortRange> portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
Listener |
Listener.withPortRanges(Collection<PortRange> portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
UpdateListenerRequest |
UpdateListenerRequest.withPortRanges(Collection<PortRange> portRanges)
The updated list of port ranges for the connections from clients to the accelerator.
|
CreateListenerRequest |
CreateListenerRequest.withPortRanges(Collection<PortRange> portRanges)
The list of port ranges to support for connections from clients to your accelerator.
|
Copyright © 2019. All rights reserved.