Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.SessionBorderControllerType
-
Packages that use SessionBorderControllerType Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of SessionBorderControllerType in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return SessionBorderControllerType Modifier and Type Method Description static SessionBorderControllerTypeSessionBorderControllerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SessionBorderControllerTypeSessionBorderControllerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionBorderControllerType[]SessionBorderControllerType. 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 SessionBorderControllerType Modifier and Type Method Description static Set<SessionBorderControllerType>SessionBorderControllerType. knownValues()List<SessionBorderControllerType>ExternalSystemsConfiguration. sessionBorderControllerTypes()The session border controllers.List<SessionBorderControllerType>PutVoiceConnectorExternalSystemsConfigurationRequest. sessionBorderControllerTypes()The session border controllers to use.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type SessionBorderControllerType Modifier and Type Method Description ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes)The session border controllers.PutVoiceConnectorExternalSystemsConfigurationRequest.BuilderPutVoiceConnectorExternalSystemsConfigurationRequest.Builder. sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes)The session border controllers to use.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type SessionBorderControllerType Modifier and Type Method Description ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes)The session border controllers.PutVoiceConnectorExternalSystemsConfigurationRequest.BuilderPutVoiceConnectorExternalSystemsConfigurationRequest.Builder. sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes)The session border controllers to use.
-