Uses of Class
software.amazon.awssdk.services.chime.model.PhoneNumberError
-
Packages that use PhoneNumberError Package Description software.amazon.awssdk.services.chime.model -
-
Uses of PhoneNumberError in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.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()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>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.chime.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)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.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.chime.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)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.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.
-