Uses of Class
com.amazonaws.services.datapipeline.model.ParameterAttribute
-
Packages that use ParameterAttribute Package Description com.amazonaws.services.datapipeline.model -
-
Uses of ParameterAttribute in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ParameterAttribute Modifier and Type Method Description ParameterAttribute
ParameterAttribute. clone()
ParameterAttribute
ParameterAttribute. withKey(String key)
The field identifier.ParameterAttribute
ParameterAttribute. withStringValue(String stringValue)
The field value, expressed as a String.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ParameterAttribute Modifier and Type Method Description List<ParameterAttribute>
ParameterObject. getAttributes()
The attributes of the parameter object.Methods in com.amazonaws.services.datapipeline.model with parameters of type ParameterAttribute Modifier and Type Method Description ParameterObject
ParameterObject. withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ParameterAttribute Modifier and Type Method Description void
ParameterObject. setAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.ParameterObject
ParameterObject. withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
-