Uses of Class
software.amazon.awssdk.services.datapipeline.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of Field in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type Field Modifier and Type Method Description List<Field>PipelineDescription. fields()A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.List<Field>PipelineObject. fields()Key-value pairs that define the properties of the object.List<Field>ReportTaskProgressRequest. fields()Key-value pairs that define the properties of the ReportTaskProgressInput object.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type Field Modifier and Type Method Description PipelineDescription.BuilderPipelineDescription.Builder. fields(Field... fields)A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.PipelineObject.BuilderPipelineObject.Builder. fields(Field... fields)Key-value pairs that define the properties of the object.ReportTaskProgressRequest.BuilderReportTaskProgressRequest.Builder. fields(Field... fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type Field Modifier and Type Method Description PipelineDescription.BuilderPipelineDescription.Builder. fields(Collection<Field> fields)A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.PipelineObject.BuilderPipelineObject.Builder. fields(Collection<Field> fields)Key-value pairs that define the properties of the object.ReportTaskProgressRequest.BuilderReportTaskProgressRequest.Builder. fields(Collection<Field> fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.
-