Uses of Enum
software.amazon.awscdk.services.globalaccelerator.ClientAffinity
Packages that use ClientAffinity
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of ClientAffinity in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return ClientAffinityModifier and TypeMethodDescriptiondefault ClientAffinityListenerOptions.getClientAffinity()Client affinity to direct all requests from a user to the same endpoint.final ClientAffinityListenerOptions.Jsii$Proxy.getClientAffinity()final ClientAffinityListenerProps.Jsii$Proxy.getClientAffinity()static ClientAffinityReturns 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.Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type ClientAffinityModifier and TypeMethodDescriptionListener.Builder.clientAffinity(ClientAffinity clientAffinity) Client affinity to direct all requests from a user to the same endpoint.ListenerOptions.Builder.clientAffinity(ClientAffinity clientAffinity) Sets the value ofListenerOptions.getClientAffinity()ListenerProps.Builder.clientAffinity(ClientAffinity clientAffinity) Sets the value ofListenerOptions.getClientAffinity()