Uses of Class
software.amazon.awssdk.services.connect.model.ListPhoneNumbersResponse
-
Packages that use ListPhoneNumbersResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListPhoneNumbersResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListPhoneNumbersResponse Modifier and Type Method Description default ListPhoneNumbersResponseConnectClient. listPhoneNumbers(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)Provides information about the phone numbers for the specified Amazon Connect instance.default ListPhoneNumbersResponseConnectClient. listPhoneNumbers(ListPhoneNumbersRequest listPhoneNumbersRequest)Provides information about the phone numbers for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListPhoneNumbersResponse Modifier and Type Method Description default CompletableFuture<ListPhoneNumbersResponse>ConnectAsyncClient. listPhoneNumbers(Consumer<ListPhoneNumbersRequest.Builder> listPhoneNumbersRequest)Provides information about the phone numbers for the specified Amazon Connect instance.default CompletableFuture<ListPhoneNumbersResponse>ConnectAsyncClient. listPhoneNumbers(ListPhoneNumbersRequest listPhoneNumbersRequest)Provides information about the phone numbers for the specified Amazon Connect instance. -
Uses of ListPhoneNumbersResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListPhoneNumbersResponse Modifier and Type Method Description Iterator<ListPhoneNumbersResponse>ListPhoneNumbersIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListPhoneNumbersResponse Modifier and Type Method Description voidListPhoneNumbersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPhoneNumbersResponse> subscriber)
-