Uses of Class
software.amazon.awssdk.services.connect.model.PhoneNumberSummary
-
Packages that use PhoneNumberSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of PhoneNumberSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PhoneNumberSummary Modifier and Type Method Description List<PhoneNumberSummary>ListPhoneNumbersResponse. phoneNumberSummaryList()Information about the phone numbers.Methods in software.amazon.awssdk.services.connect.model with parameters of type PhoneNumberSummary Modifier and Type Method Description ListPhoneNumbersResponse.BuilderListPhoneNumbersResponse.Builder. phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)Information about the phone numbers.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PhoneNumberSummary Modifier and Type Method Description ListPhoneNumbersResponse.BuilderListPhoneNumbersResponse.Builder. phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)Information about the phone numbers. -
Uses of PhoneNumberSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type PhoneNumberSummary Modifier and Type Method Description SdkIterable<PhoneNumberSummary>ListPhoneNumbersIterable. phoneNumberSummaryList()Returns an iterable to iterate through the paginatedListPhoneNumbersResponse.phoneNumberSummaryList()member.SdkPublisher<PhoneNumberSummary>ListPhoneNumbersPublisher. phoneNumberSummaryList()Returns a publisher that can be used to get a stream of data.
-