Uses of Class
software.amazon.awssdk.services.connect.model.PhoneNumberType
-
Packages that use PhoneNumberType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PhoneNumberType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PhoneNumberType Modifier and Type Method Description static PhoneNumberTypePhoneNumberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberTypeAvailableNumberSummary. phoneNumberType()The type of phone number.PhoneNumberTypeClaimedPhoneNumberSummary. phoneNumberType()The type of phone number.PhoneNumberTypeListPhoneNumbersSummary. phoneNumberType()The type of phone number.PhoneNumberTypePhoneNumberSummary. phoneNumberType()The type of phone number.PhoneNumberTypeSearchAvailablePhoneNumbersRequest. phoneNumberType()The type of phone number.static PhoneNumberTypePhoneNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberType[]PhoneNumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PhoneNumberType Modifier and Type Method Description static Set<PhoneNumberType>PhoneNumberType. knownValues()List<PhoneNumberType>ListPhoneNumbersRequest. phoneNumberTypes()The type of phone number.List<PhoneNumberType>ListPhoneNumbersV2Request. phoneNumberTypes()The type of phone number.Methods in software.amazon.awssdk.services.connect.model with parameters of type PhoneNumberType Modifier and Type Method Description AvailableNumberSummary.BuilderAvailableNumberSummary.Builder. phoneNumberType(PhoneNumberType phoneNumberType)The type of phone number.ClaimedPhoneNumberSummary.BuilderClaimedPhoneNumberSummary.Builder. phoneNumberType(PhoneNumberType phoneNumberType)The type of phone number.ListPhoneNumbersSummary.BuilderListPhoneNumbersSummary.Builder. phoneNumberType(PhoneNumberType phoneNumberType)The type of phone number.PhoneNumberSummary.BuilderPhoneNumberSummary.Builder. phoneNumberType(PhoneNumberType phoneNumberType)The type of phone number.SearchAvailablePhoneNumbersRequest.BuilderSearchAvailablePhoneNumbersRequest.Builder. phoneNumberType(PhoneNumberType phoneNumberType)The type of phone number.ListPhoneNumbersRequest.BuilderListPhoneNumbersRequest.Builder. phoneNumberTypes(PhoneNumberType... phoneNumberTypes)The type of phone number.ListPhoneNumbersV2Request.BuilderListPhoneNumbersV2Request.Builder. phoneNumberTypes(PhoneNumberType... phoneNumberTypes)The type of phone number.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PhoneNumberType Modifier and Type Method Description ListPhoneNumbersRequest.BuilderListPhoneNumbersRequest.Builder. phoneNumberTypes(Collection<PhoneNumberType> phoneNumberTypes)The type of phone number.ListPhoneNumbersV2Request.BuilderListPhoneNumbersV2Request.Builder. phoneNumberTypes(Collection<PhoneNumberType> phoneNumberTypes)The type of phone number.
-