Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListMatchingWorkflowsResponse
-
Packages that use ListMatchingWorkflowsResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListMatchingWorkflowsResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListMatchingWorkflowsResponse Modifier and Type Method Description default ListMatchingWorkflowsResponseEntityResolutionClient. listMatchingWorkflows(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.default ListMatchingWorkflowsResponseEntityResolutionClient. listMatchingWorkflows(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListMatchingWorkflowsResponse Modifier and Type Method Description default CompletableFuture<ListMatchingWorkflowsResponse>EntityResolutionAsyncClient. listMatchingWorkflows(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.default CompletableFuture<ListMatchingWorkflowsResponse>EntityResolutionAsyncClient. listMatchingWorkflows(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account. -
Uses of ListMatchingWorkflowsResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListMatchingWorkflowsResponse Modifier and Type Method Description Iterator<ListMatchingWorkflowsResponse>ListMatchingWorkflowsIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListMatchingWorkflowsResponse Modifier and Type Method Description voidListMatchingWorkflowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMatchingWorkflowsResponse> subscriber)
-