Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListMatchingWorkflowsRequest.Builder
-
Packages that use ListMatchingWorkflowsRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListMatchingWorkflowsRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type ListMatchingWorkflowsRequest.Builder 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 ListMatchingWorkflowsResponseEntityResolutionClient. listMatchingWorkflows(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.default ListMatchingWorkflowsPublisherEntityResolutionAsyncClient. listMatchingWorkflowsPaginator(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account.default ListMatchingWorkflowsIterableEntityResolutionClient. listMatchingWorkflowsPaginator(Consumer<ListMatchingWorkflowsRequest.Builder> listMatchingWorkflowsRequest)Returns a list of all theMatchingWorkflowsthat have been created for an Amazon Web Services account. -
Uses of ListMatchingWorkflowsRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListMatchingWorkflowsRequest.Builder Modifier and Type Method Description static ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest. builder()ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMatchingWorkflowsRequest.BuilderListMatchingWorkflowsRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListMatchingWorkflowsRequest.Builder Modifier and Type Method Description static Class<? extends ListMatchingWorkflowsRequest.Builder>ListMatchingWorkflowsRequest. serializableBuilderClass()
-