Uses of Class
com.amazonaws.services.datapipeline.model.Field
-
Packages that use Field Package Description com.amazonaws.services.datapipeline.model -
-
Uses of Field in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return Field Modifier and Type Method Description FieldField. clone()FieldField. withKey(String key)The field identifier.FieldField. withRefValue(String refValue)The field value, expressed as the identifier of another object.FieldField. withStringValue(String stringValue)The field value, expressed as a String.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type Field Modifier and Type Method Description List<Field>PipelineDescription. getFields()A list of read-only fields that contain metadata about the pipeline:List<Field>PipelineObject. getFields()Key-value pairs that define the properties of the object.List<Field>ReportTaskProgressRequest. getFields()Key-value pairs that define the properties of the ReportTaskProgressInput object.Methods in com.amazonaws.services.datapipeline.model with parameters of type Field Modifier and Type Method Description PipelineDescriptionPipelineDescription. withFields(Field... fields)A list of read-only fields that contain metadata about the pipeline:PipelineObjectPipelineObject. withFields(Field... fields)Key-value pairs that define the properties of the object.ReportTaskProgressRequestReportTaskProgressRequest. withFields(Field... fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type Field Modifier and Type Method Description voidPipelineDescription. setFields(Collection<Field> fields)A list of read-only fields that contain metadata about the pipeline:voidPipelineObject. setFields(Collection<Field> fields)Key-value pairs that define the properties of the object.voidReportTaskProgressRequest. setFields(Collection<Field> fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.PipelineDescriptionPipelineDescription. withFields(Collection<Field> fields)A list of read-only fields that contain metadata about the pipeline:PipelineObjectPipelineObject. withFields(Collection<Field> fields)Key-value pairs that define the properties of the object.ReportTaskProgressRequestReportTaskProgressRequest. withFields(Collection<Field> fields)Key-value pairs that define the properties of the ReportTaskProgressInput object.
-