Uses of Interface
software.amazon.awssdk.services.chimesdkvoice.model.PutVoiceConnectorExternalSystemsConfigurationResponse.Builder
-
Packages that use PutVoiceConnectorExternalSystemsConfigurationResponse.Builder Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of PutVoiceConnectorExternalSystemsConfigurationResponse.Builder in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return PutVoiceConnectorExternalSystemsConfigurationResponse.Builder Modifier and Type Method Description static PutVoiceConnectorExternalSystemsConfigurationResponse.BuilderPutVoiceConnectorExternalSystemsConfigurationResponse. builder()default PutVoiceConnectorExternalSystemsConfigurationResponse.BuilderPutVoiceConnectorExternalSystemsConfigurationResponse.Builder. externalSystemsConfiguration(Consumer<ExternalSystemsConfiguration.Builder> externalSystemsConfiguration)An object that contains information about an external systems configuration for a Voice Connector.PutVoiceConnectorExternalSystemsConfigurationResponse.BuilderPutVoiceConnectorExternalSystemsConfigurationResponse.Builder. externalSystemsConfiguration(ExternalSystemsConfiguration externalSystemsConfiguration)An object that contains information about an external systems configuration for a Voice Connector.PutVoiceConnectorExternalSystemsConfigurationResponse.BuilderPutVoiceConnectorExternalSystemsConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type PutVoiceConnectorExternalSystemsConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends PutVoiceConnectorExternalSystemsConfigurationResponse.Builder>PutVoiceConnectorExternalSystemsConfigurationResponse. serializableBuilderClass()
-