Uses of Class
software.amazon.awssdk.services.entityresolution.model.MatchingWorkflowSummary
-
Packages that use MatchingWorkflowSummary Package Description software.amazon.awssdk.services.entityresolution.model software.amazon.awssdk.services.entityresolution.paginators -
-
Uses of MatchingWorkflowSummary in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type MatchingWorkflowSummary Modifier and Type Method Description List<MatchingWorkflowSummary>ListMatchingWorkflowsResponse. workflowSummaries()A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type MatchingWorkflowSummary Modifier and Type Method Description ListMatchingWorkflowsResponse.BuilderListMatchingWorkflowsResponse.Builder. workflowSummaries(MatchingWorkflowSummary... workflowSummaries)A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type MatchingWorkflowSummary Modifier and Type Method Description ListMatchingWorkflowsResponse.BuilderListMatchingWorkflowsResponse.Builder. workflowSummaries(Collection<MatchingWorkflowSummary> workflowSummaries)A list ofMatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt. -
Uses of MatchingWorkflowSummary in software.amazon.awssdk.services.entityresolution.paginators
Methods in software.amazon.awssdk.services.entityresolution.paginators that return types with arguments of type MatchingWorkflowSummary Modifier and Type Method Description SdkIterable<MatchingWorkflowSummary>ListMatchingWorkflowsIterable. workflowSummaries()Returns an iterable to iterate through the paginatedListMatchingWorkflowsResponse.workflowSummaries()member.SdkPublisher<MatchingWorkflowSummary>ListMatchingWorkflowsPublisher. workflowSummaries()Returns a publisher that can be used to get a stream of data.
-