Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.ExternalSystemsConfiguration.Builder
-
Packages that use ExternalSystemsConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of ExternalSystemsConfiguration.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return ExternalSystemsConfiguration.Builder Modifier and Type Method Description static ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration. builder()ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. contactCenterSystemTypes(Collection<ContactCenterSystemType> contactCenterSystemTypes)The contact center system.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. contactCenterSystemTypes(ContactCenterSystemType... contactCenterSystemTypes)The contact center system.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. contactCenterSystemTypesWithStrings(String... contactCenterSystemTypes)The contact center system.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. contactCenterSystemTypesWithStrings(Collection<String> contactCenterSystemTypes)The contact center system.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes)The session border controllers.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes)The session border controllers.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypesWithStrings(String... sessionBorderControllerTypes)The session border controllers.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration.Builder. sessionBorderControllerTypesWithStrings(Collection<String> sessionBorderControllerTypes)The session border controllers.ExternalSystemsConfiguration.BuilderExternalSystemsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type ExternalSystemsConfiguration.Builder Modifier and Type Method Description static Class<? extends ExternalSystemsConfiguration.Builder>ExternalSystemsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type ExternalSystemsConfiguration.Builder Modifier and Type Method Description default GetVoiceConnectorExternalSystemsConfigurationResponse.BuilderGetVoiceConnectorExternalSystemsConfigurationResponse.Builder. externalSystemsConfiguration(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration)An object that contains information about an external systems configuration for a Voice Connector.default PutVoiceConnectorExternalSystemsConfigurationResponse.BuilderPutVoiceConnectorExternalSystemsConfigurationResponse.Builder. externalSystemsConfiguration(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration)An object that contains information about an external systems configuration for a Voice Connector.
-