Uses of Class
software.amazon.awssdk.services.chime.model.VoiceConnectorAwsRegion
-
Packages that use VoiceConnectorAwsRegion Package Description software.amazon.awssdk.services.chime.model -
-
Uses of VoiceConnectorAwsRegion in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return VoiceConnectorAwsRegion Modifier and Type Method Description VoiceConnectorAwsRegionCreateVoiceConnectorRequest. awsRegion()The AWS Region in which the Amazon Chime Voice Connector is created.VoiceConnectorAwsRegionVoiceConnector. awsRegion()The AWS Region in which the Amazon Chime Voice Connector is created.static VoiceConnectorAwsRegionVoiceConnectorAwsRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VoiceConnectorAwsRegionVoiceConnectorAwsRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static VoiceConnectorAwsRegion[]VoiceConnectorAwsRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type VoiceConnectorAwsRegion Modifier and Type Method Description static Set<VoiceConnectorAwsRegion>VoiceConnectorAwsRegion. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type VoiceConnectorAwsRegion Modifier and Type Method Description CreateVoiceConnectorRequest.BuilderCreateVoiceConnectorRequest.Builder. awsRegion(VoiceConnectorAwsRegion awsRegion)The AWS Region in which the Amazon Chime Voice Connector is created.VoiceConnector.BuilderVoiceConnector.Builder. awsRegion(VoiceConnectorAwsRegion awsRegion)The AWS Region in which the Amazon Chime Voice Connector is created.
-