Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CallingNameStatus
-
Packages that use CallingNameStatus Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of CallingNameStatus in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return CallingNameStatus Modifier and Type Method Description CallingNameStatusPhoneNumber. callingNameStatus()The outbound calling name status.static CallingNameStatusCallingNameStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CallingNameStatusCallingNameStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CallingNameStatus[]CallingNameStatus. 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 CallingNameStatus Modifier and Type Method Description static Set<CallingNameStatus>CallingNameStatus. knownValues()Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type CallingNameStatus Modifier and Type Method Description PhoneNumber.BuilderPhoneNumber.Builder. callingNameStatus(CallingNameStatus callingNameStatus)The outbound calling name status.
-