| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
ClientAffinity |
Listener.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.
|
ClientAffinity |
UpdateListenerRequest.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.
|
ClientAffinity |
CreateListenerRequest.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.
|
static ClientAffinity |
ClientAffinity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ClientAffinity |
ClientAffinity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAffinity[] |
ClientAffinity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClientAffinity> |
ClientAffinity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.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.
|
CreateListenerRequest.Builder |
CreateListenerRequest.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.
|
Copyright © 2022. All rights reserved.