Uses of Class
com.amazonaws.services.datapipeline.model.ParameterAttribute
Packages that use ParameterAttribute
-
Uses of ParameterAttribute in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ParameterAttributeModifier and TypeMethodDescriptionParameterAttribute.clone()The field identifier.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 ParameterAttributeModifier and TypeMethodDescriptionParameterObject.getAttributes()The attributes of the parameter object.Methods in com.amazonaws.services.datapipeline.model with parameters of type ParameterAttributeModifier and TypeMethodDescriptionParameterObject.withAttributes(ParameterAttribute... attributes) The attributes of the parameter object.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ParameterAttributeModifier and TypeMethodDescriptionvoidParameterObject.setAttributes(Collection<ParameterAttribute> attributes) The attributes of the parameter object.ParameterObject.withAttributes(Collection<ParameterAttribute> attributes) The attributes of the parameter object.