Interface ListPhoneNumbersOptedOutResponse.Builder

    • Method Detail

      • phoneNumbers

        ListPhoneNumbersOptedOutResponse.Builder phoneNumbers​(Collection<String> phoneNumbers)

        A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

        Parameters:
        phoneNumbers - A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        ListPhoneNumbersOptedOutResponse.Builder phoneNumbers​(String... phoneNumbers)

        A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

        Parameters:
        phoneNumbers - A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPhoneNumbersOptedOutResponse.Builder nextToken​(String nextToken)

        A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

        Parameters:
        nextToken - A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.