Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ListIdMappingWorkflowsRequest.Builder
-
Packages that use ListIdMappingWorkflowsRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of ListIdMappingWorkflowsRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type ListIdMappingWorkflowsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIdMappingWorkflowsResponse>EntityResolutionAsyncClient. listIdMappingWorkflows(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)Returns a list of all theIdMappingWorkflowsthat have been created for an Amazon Web Services account.default ListIdMappingWorkflowsResponseEntityResolutionClient. listIdMappingWorkflows(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)Returns a list of all theIdMappingWorkflowsthat have been created for an Amazon Web Services account.default ListIdMappingWorkflowsPublisherEntityResolutionAsyncClient. listIdMappingWorkflowsPaginator(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest)default ListIdMappingWorkflowsIterableEntityResolutionClient. listIdMappingWorkflowsPaginator(Consumer<ListIdMappingWorkflowsRequest.Builder> listIdMappingWorkflowsRequest) -
Uses of ListIdMappingWorkflowsRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ListIdMappingWorkflowsRequest.Builder Modifier and Type Method Description static ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest. builder()ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest.Builder. nextToken(String nextToken)The pagination token from the previous API call.ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdMappingWorkflowsRequest.BuilderListIdMappingWorkflowsRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ListIdMappingWorkflowsRequest.Builder Modifier and Type Method Description static Class<? extends ListIdMappingWorkflowsRequest.Builder>ListIdMappingWorkflowsRequest. serializableBuilderClass()
-