Uses of Class
software.amazon.awssdk.services.datapipeline.model.ParameterAttribute
-
Packages that use ParameterAttribute Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of ParameterAttribute in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type ParameterAttribute Modifier and Type Method Description List<ParameterAttribute>ParameterObject. attributes()The attributes of the parameter object.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type ParameterAttribute Modifier and Type Method Description ParameterObject.BuilderParameterObject.Builder. attributes(ParameterAttribute... attributes)The attributes of the parameter object.Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type ParameterAttribute Modifier and Type Method Description ParameterObject.BuilderParameterObject.Builder. attributes(Collection<ParameterAttribute> attributes)The attributes of the parameter object.
-