Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ClientAffinity
-
Packages that use ClientAffinity Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of ClientAffinity in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return ClientAffinity Modifier and Type Method Description ClientAffinityCreateListenerRequest. 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.ClientAffinityListener. 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.ClientAffinityUpdateListenerRequest. 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 ClientAffinityClientAffinity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClientAffinityClientAffinity. 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.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ClientAffinity Modifier and Type Method Description static Set<ClientAffinity>ClientAffinity. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type ClientAffinity Modifier and Type Method Description CreateListenerRequest.BuilderCreateListenerRequest.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.BuilderListener.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.BuilderUpdateListenerRequest.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.
-