Uses of Class
software.amazon.awssdk.services.connect.model.ListUseCasesResponse
-
Packages that use ListUseCasesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListUseCasesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListUseCasesResponse Modifier and Type Method Description default ListUseCasesResponseConnectClient. listUseCases(Consumer<ListUseCasesRequest.Builder> listUseCasesRequest)Lists the use cases for the integration association.default ListUseCasesResponseConnectClient. listUseCases(ListUseCasesRequest listUseCasesRequest)Lists the use cases for the integration association.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListUseCasesResponse Modifier and Type Method Description default CompletableFuture<ListUseCasesResponse>ConnectAsyncClient. listUseCases(Consumer<ListUseCasesRequest.Builder> listUseCasesRequest)Lists the use cases for the integration association.default CompletableFuture<ListUseCasesResponse>ConnectAsyncClient. listUseCases(ListUseCasesRequest listUseCasesRequest)Lists the use cases for the integration association. -
Uses of ListUseCasesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListUseCasesResponse Modifier and Type Method Description Iterator<ListUseCasesResponse>ListUseCasesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListUseCasesResponse Modifier and Type Method Description voidListUseCasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUseCasesResponse> subscriber)
-