Uses of Class
software.amazon.awssdk.services.entityresolution.model.ListIdMappingWorkflowsResponse
-
Packages that use ListIdMappingWorkflowsResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of ListIdMappingWorkflowsResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return ListIdMappingWorkflowsResponse Modifier and Type Method Description default ListIdMappingWorkflowsResponseEntityResolutionClient. listIdMappingWorkflows(Consumer<ListIdMappingWorkflowsRequest.Builder> 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.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type ListIdMappingWorkflowsResponse 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 CompletableFuture<ListIdMappingWorkflowsResponse>EntityResolutionAsyncClient. listIdMappingWorkflows(ListIdMappingWorkflowsRequest listIdMappingWorkflowsRequest)Returns a list of all theIdMappingWorkflowsthat have been created for an Amazon Web Services account. -
Uses of ListIdMappingWorkflowsResponse in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type ListIdMappingWorkflowsResponse Modifier and Type Method Description Iterator<ListIdMappingWorkflowsResponse>ListIdMappingWorkflowsIterable. iterator()Method parameters in software.amazon.awssdk.services.entityresolution.paginators with type arguments of type ListIdMappingWorkflowsResponse Modifier and Type Method Description voidListIdMappingWorkflowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdMappingWorkflowsResponse> subscriber)
-