Uses of Class
software.amazon.awssdk.services.connect.model.ListContactFlowVersionsResponse
-
Packages that use ListContactFlowVersionsResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListContactFlowVersionsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListContactFlowVersionsResponse Modifier and Type Method Description default ListContactFlowVersionsResponseConnectClient. listContactFlowVersions(Consumer<ListContactFlowVersionsRequest.Builder> listContactFlowVersionsRequest)Returns all the available versions for the specified Amazon Connect instance and flow identifier.default ListContactFlowVersionsResponseConnectClient. listContactFlowVersions(ListContactFlowVersionsRequest listContactFlowVersionsRequest)Returns all the available versions for the specified Amazon Connect instance and flow identifier.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListContactFlowVersionsResponse Modifier and Type Method Description default CompletableFuture<ListContactFlowVersionsResponse>ConnectAsyncClient. listContactFlowVersions(Consumer<ListContactFlowVersionsRequest.Builder> listContactFlowVersionsRequest)Returns all the available versions for the specified Amazon Connect instance and flow identifier.default CompletableFuture<ListContactFlowVersionsResponse>ConnectAsyncClient. listContactFlowVersions(ListContactFlowVersionsRequest listContactFlowVersionsRequest)Returns all the available versions for the specified Amazon Connect instance and flow identifier. -
Uses of ListContactFlowVersionsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListContactFlowVersionsResponse Modifier and Type Method Description Iterator<ListContactFlowVersionsResponse>ListContactFlowVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListContactFlowVersionsResponse Modifier and Type Method Description voidListContactFlowVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactFlowVersionsResponse> subscriber)
-