Uses of Class
com.amazonaws.services.datapipeline.model.ParameterObject
-
Packages that use ParameterObject Package Description com.amazonaws.services.datapipeline.model -
-
Uses of ParameterObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ParameterObject Modifier and Type Method Description ParameterObjectParameterObject. clone()ParameterObjectParameterObject. withAttributes(ParameterAttribute... attributes)The attributes of the parameter object.ParameterObjectParameterObject. withAttributes(Collection<ParameterAttribute> attributes)The attributes of the parameter object.ParameterObjectParameterObject. withId(String id)The ID of the parameter object.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ParameterObject Modifier and Type Method Description List<ParameterObject>GetPipelineDefinitionResult. getParameterObjects()The parameter objects used in the pipeline definition.List<ParameterObject>PutPipelineDefinitionRequest. getParameterObjects()The parameter objects used with the pipeline.List<ParameterObject>ValidatePipelineDefinitionRequest. getParameterObjects()The parameter objects used with the pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type ParameterObject Modifier and Type Method Description GetPipelineDefinitionResultGetPipelineDefinitionResult. withParameterObjects(ParameterObject... parameterObjects)The parameter objects used in the pipeline definition.PutPipelineDefinitionRequestPutPipelineDefinitionRequest. withParameterObjects(ParameterObject... parameterObjects)The parameter objects used with the pipeline.ValidatePipelineDefinitionRequestValidatePipelineDefinitionRequest. withParameterObjects(ParameterObject... parameterObjects)The parameter objects used with the pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ParameterObject Modifier and Type Method Description voidGetPipelineDefinitionResult. setParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used in the pipeline definition.voidPutPipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used with the pipeline.voidValidatePipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used with the pipeline.GetPipelineDefinitionResultGetPipelineDefinitionResult. withParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used in the pipeline definition.PutPipelineDefinitionRequestPutPipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used with the pipeline.ValidatePipelineDefinitionRequestValidatePipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used with the pipeline.
-