Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.VoiceConnectorIntegrationType
-
Packages that use VoiceConnectorIntegrationType Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of VoiceConnectorIntegrationType in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return VoiceConnectorIntegrationType Modifier and Type Method Description static VoiceConnectorIntegrationTypeVoiceConnectorIntegrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VoiceConnectorIntegrationTypeCreateVoiceConnectorRequest. integrationType()The connectors for use with Amazon Connect.VoiceConnectorIntegrationTypeVoiceConnector. integrationType()The connectors for use with Amazon Connect.static VoiceConnectorIntegrationTypeVoiceConnectorIntegrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static VoiceConnectorIntegrationType[]VoiceConnectorIntegrationType. 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 VoiceConnectorIntegrationType Modifier and Type Method Description static Set<VoiceConnectorIntegrationType>VoiceConnectorIntegrationType. knownValues()Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type VoiceConnectorIntegrationType Modifier and Type Method Description CreateVoiceConnectorRequest.BuilderCreateVoiceConnectorRequest.Builder. integrationType(VoiceConnectorIntegrationType integrationType)The connectors for use with Amazon Connect.VoiceConnector.BuilderVoiceConnector.Builder. integrationType(VoiceConnectorIntegrationType integrationType)The connectors for use with Amazon Connect.
-