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