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 ParameterAttributeParameterAttribute. clone()ParameterAttributeParameterAttribute. withKey(String key)The field identifier.ParameterAttributeParameterAttribute. 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 ParameterObjectParameterObject. 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 voidParameterObject. setAttributes(Collection<ParameterAttribute> attributes)The attributes of the parameter object.ParameterObjectParameterObject. withAttributes(Collection<ParameterAttribute> attributes)The attributes of the parameter object.
-