| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static Listener.Builder |
Listener.builder() |
Listener.Builder |
Listener.Builder.clientAffinity(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.Builder |
Listener.Builder.clientAffinity(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.Builder |
Listener.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
Listener.Builder |
Listener.Builder.portRanges(Collection<PortRange> portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.portRanges(Consumer<PortRange.Builder>... portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.portRanges(PortRange... portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.protocol(Protocol protocol)
The protocol for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.Builder.protocol(String protocol)
The protocol for the connections from clients to the accelerator.
|
Listener.Builder |
Listener.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Listener.Builder> |
Listener.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeListenerResponse.Builder |
DescribeListenerResponse.Builder.listener(Consumer<Listener.Builder> listener)
The description of a listener.
|
default UpdateListenerResponse.Builder |
UpdateListenerResponse.Builder.listener(Consumer<Listener.Builder> listener)
Information for the updated listener.
|
default CreateListenerResponse.Builder |
CreateListenerResponse.Builder.listener(Consumer<Listener.Builder> listener)
The listener that you've created.
|
Copyright © 2022. All rights reserved.