| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static ClientAffinity |
ClientAffinity.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
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.
|
CreateListenerRequest |
CreateListenerRequest.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.
|
UpdateListenerRequest |
UpdateListenerRequest.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.
|
Copyright © 2023. All rights reserved.