Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.PhoneNumberError
-
Packages that use PhoneNumberError Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of PhoneNumberError in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type PhoneNumberError Modifier and Type Method Description List<PhoneNumberError>AssociatePhoneNumbersWithVoiceConnectorGroupResponse. phoneNumberErrors()If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.List<PhoneNumberError>AssociatePhoneNumbersWithVoiceConnectorResponse. phoneNumberErrors()If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.List<PhoneNumberError>BatchDeletePhoneNumberResponse. phoneNumberErrors()If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.List<PhoneNumberError>BatchUpdatePhoneNumberResponse. phoneNumberErrors()A list of failed phone numbers and their error messages.List<PhoneNumberError>DisassociatePhoneNumbersFromVoiceConnectorGroupResponse. phoneNumberErrors()If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.List<PhoneNumberError>DisassociatePhoneNumbersFromVoiceConnectorResponse. phoneNumberErrors()If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type PhoneNumberError Modifier and Type Method Description AssociatePhoneNumbersWithVoiceConnectorGroupResponse.BuilderAssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.AssociatePhoneNumbersWithVoiceConnectorResponse.BuilderAssociatePhoneNumbersWithVoiceConnectorResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.BatchDeletePhoneNumberResponse.BuilderBatchDeletePhoneNumberResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.BatchUpdatePhoneNumberResponse.BuilderBatchUpdatePhoneNumberResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)A list of failed phone numbers and their error messages.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.BuilderDisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.DisassociatePhoneNumbersFromVoiceConnectorResponse.BuilderDisassociatePhoneNumbersFromVoiceConnectorResponse.Builder. phoneNumberErrors(PhoneNumberError... phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type PhoneNumberError Modifier and Type Method Description AssociatePhoneNumbersWithVoiceConnectorGroupResponse.BuilderAssociatePhoneNumbersWithVoiceConnectorGroupResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.AssociatePhoneNumbersWithVoiceConnectorResponse.BuilderAssociatePhoneNumbersWithVoiceConnectorResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.BatchDeletePhoneNumberResponse.BuilderBatchDeletePhoneNumberResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.BatchUpdatePhoneNumberResponse.BuilderBatchUpdatePhoneNumberResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)A list of failed phone numbers and their error messages.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse.BuilderDisassociatePhoneNumbersFromVoiceConnectorGroupResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.DisassociatePhoneNumbersFromVoiceConnectorResponse.BuilderDisassociatePhoneNumbersFromVoiceConnectorResponse.Builder. phoneNumberErrors(Collection<PhoneNumberError> phoneNumberErrors)If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
-