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 ParameterObject
ParameterObject. clone()
ParameterObject
ParameterObject. withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.ParameterObject
ParameterObject. withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.ParameterObject
ParameterObject. 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 GetPipelineDefinitionResult
GetPipelineDefinitionResult. withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.PutPipelineDefinitionRequest
PutPipelineDefinitionRequest. withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest
ValidatePipelineDefinitionRequest. 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 void
GetPipelineDefinitionResult. setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.void
PutPipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.void
ValidatePipelineDefinitionRequest. setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.GetPipelineDefinitionResult
GetPipelineDefinitionResult. withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.PutPipelineDefinitionRequest
PutPipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest
ValidatePipelineDefinitionRequest. withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
-