Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListIdMappingWorkflowsRequest
-
Packages that use ListIdMappingWorkflowsRequest 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 ListIdMappingWorkflowsRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type ListIdMappingWorkflowsRequest Modifier and Type Method Description default CompletableFuture<ListIdMappingWorkflowsResponse>EntityResolutionAsyncClient. listIdMappingWorkflows(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest)Returns a list of all theIdMappingWorkflowsthat have been created for an Amazon Web Services account.default ListIdMappingWorkflowsResponseEntityResolutionClient. listIdMappingWorkflows(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest)Returns a list of all theIdMappingWorkflowsthat have been created for an Amazon Web Services account.default ListIdMappingWorkflowsPublisherEntityResolutionAsyncClient. listIdMappingWorkflowsPaginator(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest)default ListIdMappingWorkflowsIterableEntityResolutionClient. listIdMappingWorkflowsPaginator(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest) -
Uses of ListIdMappingWorkflowsRequest in software.amazon.awssdk.services.entityresolution.paginators
Constructors in software.amazon.awssdk.services.entityresolution.paginators with parameters of type ListIdMappingWorkflowsRequest Constructor Description ListIdMappingWorkflowsIterable(EntityResolutionClient client, ListIdMappingWorkflowsRequest firstRequest)ListIdMappingWorkflowsPublisher(EntityResolutionAsyncClient client, ListIdMappingWorkflowsRequest firstRequest) -
Uses of ListIdMappingWorkflowsRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type ListIdMappingWorkflowsRequest Modifier and Type Method Description SdkHttpFullRequestListIdMappingWorkflowsRequestMarshaller. marshall(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest)
-