| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ClientAffinity |
ListenerOptions.getClientAffinity()
Client affinity to direct all requests from a user to the same endpoint.
|
ClientAffinity |
ListenerOptions.Jsii$Proxy.getClientAffinity() |
ClientAffinity |
ListenerProps.Jsii$Proxy.getClientAffinity() |
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 |
|---|---|
ListenerOptions.Builder |
ListenerOptions.Builder.clientAffinity(ClientAffinity clientAffinity)
Sets the value of
ListenerOptions.getClientAffinity() |
Listener.Builder |
Listener.Builder.clientAffinity(ClientAffinity clientAffinity)
Client affinity to direct all requests from a user to the same endpoint.
|
ListenerProps.Builder |
ListenerProps.Builder.clientAffinity(ClientAffinity clientAffinity)
Sets the value of
ListenerOptions.getClientAffinity() |
Copyright © 2022. All rights reserved.