Uses of Interface
software.amazon.awssdk.services.sns.model.ListPhoneNumbersOptedOutResponse.Builder
Packages that use ListPhoneNumbersOptedOutResponse.Builder
-
Uses of ListPhoneNumbersOptedOutResponse.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return ListPhoneNumbersOptedOutResponse.BuilderModifier and TypeMethodDescriptionListPhoneNumbersOptedOutResponse.builder()ANextTokenstring is returned when you call theListPhoneNumbersOptedOutaction if additional records are available after the first page of results.ListPhoneNumbersOptedOutResponse.Builder.phoneNumbers(String... phoneNumbers) A list of phone numbers that are opted out of receiving SMS messages.ListPhoneNumbersOptedOutResponse.Builder.phoneNumbers(Collection<String> phoneNumbers) A list of phone numbers that are opted out of receiving SMS messages.ListPhoneNumbersOptedOutResponse.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type ListPhoneNumbersOptedOutResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPhoneNumbersOptedOutResponse.Builder>ListPhoneNumbersOptedOutResponse.serializableBuilderClass()