Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListMatchingWorkflowsRequest
-
Packages that use ListMatchingWorkflowsRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators software.amazon.awssdk.services.entityresolution.transform -
-
Uses of ListMatchingWorkflowsRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type ListMatchingWorkflowsRequest Modifier and Type Method Description default CompletableFuture<ListMatchingWorkflowsResponse>EntityResolutionAsyncClient. listMatchingWorkflows(ListMatchingWorkflowsRequest 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.default ListMatchingWorkflowsPublisherEntityResolutionAsyncClient. listMatchingWorkflowsPaginator(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.default ListMatchingWorkflowsIterableEntityResolutionClient. listMatchingWorkflowsPaginator(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account. -
Uses of ListMatchingWorkflowsRequest in software.amazon.awssdk.services.entityresolution.paginators
Constructors in software.amazon.awssdk.services.entityresolution.paginators with parameters of type ListMatchingWorkflowsRequest Constructor Description ListMatchingWorkflowsIterable(EntityResolutionClient client, ListMatchingWorkflowsRequest firstRequest)ListMatchingWorkflowsPublisher(EntityResolutionAsyncClient client, ListMatchingWorkflowsRequest firstRequest) -
Uses of ListMatchingWorkflowsRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type ListMatchingWorkflowsRequest Modifier and Type Method Description SdkHttpFullRequestListMatchingWorkflowsRequestMarshaller. marshall(ListMatchingWorkflowsRequest listMatchingWorkflowsRequest)
-