Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.NumberSelectionBehavior
-
Packages that use NumberSelectionBehavior Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of NumberSelectionBehavior in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return NumberSelectionBehavior Modifier and Type Method Description static NumberSelectionBehaviorNumberSelectionBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NumberSelectionBehaviorCreateProxySessionRequest. numberSelectionBehavior()The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.NumberSelectionBehaviorProxySession. numberSelectionBehavior()The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.static NumberSelectionBehaviorNumberSelectionBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberSelectionBehavior[]NumberSelectionBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type NumberSelectionBehavior Modifier and Type Method Description static Set<NumberSelectionBehavior>NumberSelectionBehavior. knownValues()Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type NumberSelectionBehavior Modifier and Type Method Description CreateProxySessionRequest.BuilderCreateProxySessionRequest.Builder. numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.ProxySession.BuilderProxySession.Builder. numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
-