Uses of Class
software.amazon.awssdk.services.connect.model.ListPhoneNumbersSummary
-
Packages that use ListPhoneNumbersSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of ListPhoneNumbersSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListPhoneNumbersSummary Modifier and Type Method Description List<ListPhoneNumbersSummary>ListPhoneNumbersV2Response. listPhoneNumbersSummaryList()Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.Methods in software.amazon.awssdk.services.connect.model with parameters of type ListPhoneNumbersSummary Modifier and Type Method Description ListPhoneNumbersV2Response.BuilderListPhoneNumbersV2Response.Builder. listPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ListPhoneNumbersSummary Modifier and Type Method Description ListPhoneNumbersV2Response.BuilderListPhoneNumbersV2Response.Builder. listPhoneNumbersSummaryList(Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups. -
Uses of ListPhoneNumbersSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListPhoneNumbersSummary Modifier and Type Method Description SdkIterable<ListPhoneNumbersSummary>ListPhoneNumbersV2Iterable. listPhoneNumbersSummaryList()Returns an iterable to iterate through the paginatedListPhoneNumbersV2Response.listPhoneNumbersSummaryList()member.SdkPublisher<ListPhoneNumbersSummary>ListPhoneNumbersV2Publisher. listPhoneNumbersSummaryList()Returns a publisher that can be used to get a stream of data.
-