| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.clone() |
Listener |
CreateListenerResult.getListener()
The listener that you've created.
|
Listener |
UpdateListenerResult.getListener()
Information for the updated listener.
|
Listener |
DescribeListenerResult.getListener()
The description of a listener.
|
Listener |
Listener.withClientAffinity(ClientAffinity clientAffinity)
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
regardless of the port and protocol of the client request.
|
Listener |
Listener.withClientAffinity(String clientAffinity)
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
regardless of the port and protocol of the client request.
|
Listener |
Listener.withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
Listener |
Listener.withPortRanges(Collection<PortRange> portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
Listener |
Listener.withPortRanges(PortRange... portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
Listener |
Listener.withProtocol(Protocol protocol)
The protocol for the connections from clients to the accelerator.
|
Listener |
Listener.withProtocol(String protocol)
The protocol for the connections from clients to the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
ListListenersResult.getListeners()
The list of listeners for an accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateListenerResult.setListener(Listener listener)
The listener that you've created.
|
void |
UpdateListenerResult.setListener(Listener listener)
Information for the updated listener.
|
void |
DescribeListenerResult.setListener(Listener listener)
The description of a listener.
|
CreateListenerResult |
CreateListenerResult.withListener(Listener listener)
The listener that you've created.
|
UpdateListenerResult |
UpdateListenerResult.withListener(Listener listener)
Information for the updated listener.
|
DescribeListenerResult |
DescribeListenerResult.withListener(Listener listener)
The description of a listener.
|
ListListenersResult |
ListListenersResult.withListeners(Listener... listeners)
The list of listeners for an accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListListenersResult.setListeners(Collection<Listener> listeners)
The list of listeners for an accelerator.
|
ListListenersResult |
ListListenersResult.withListeners(Collection<Listener> listeners)
The list of listeners for an accelerator.
|
Copyright © 2019. All rights reserved.