Uses of Class
software.amazon.awssdk.services.datazone.model.NameIdentifier
-
Packages that use NameIdentifier Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of NameIdentifier in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return NameIdentifier Modifier and Type Method Description NameIdentifierOpenLineageRunEventSummary. job()The job of the open lineage run event summary.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type NameIdentifier Modifier and Type Method Description List<NameIdentifier>OpenLineageRunEventSummary. inputs()The inputs of the open lineage run event summary.List<NameIdentifier>OpenLineageRunEventSummary. outputs()The outputs of the open lineage run event summary.Methods in software.amazon.awssdk.services.datazone.model with parameters of type NameIdentifier Modifier and Type Method Description OpenLineageRunEventSummary.BuilderOpenLineageRunEventSummary.Builder. inputs(NameIdentifier... inputs)The inputs of the open lineage run event summary.OpenLineageRunEventSummary.BuilderOpenLineageRunEventSummary.Builder. job(NameIdentifier job)The job of the open lineage run event summary.OpenLineageRunEventSummary.BuilderOpenLineageRunEventSummary.Builder. outputs(NameIdentifier... outputs)The outputs of the open lineage run event summary.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type NameIdentifier Modifier and Type Method Description OpenLineageRunEventSummary.BuilderOpenLineageRunEventSummary.Builder. inputs(Collection<NameIdentifier> inputs)The inputs of the open lineage run event summary.OpenLineageRunEventSummary.BuilderOpenLineageRunEventSummary.Builder. outputs(Collection<NameIdentifier> outputs)The outputs of the open lineage run event summary.
-