Uses of Class
com.amazonaws.services.datapipeline.model.ParameterObject
Packages that use ParameterObject
-
Uses of ParameterObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ParameterObjectModifier and TypeMethodDescriptionParameterObject.clone()ParameterObject.withAttributes(ParameterAttribute... attributes) The attributes of the parameter object.ParameterObject.withAttributes(Collection<ParameterAttribute> attributes) The attributes of the parameter object.The ID of the parameter object.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ParameterObjectModifier and TypeMethodDescriptionGetPipelineDefinitionResult.getParameterObjects()The parameter objects used in the pipeline definition.PutPipelineDefinitionRequest.getParameterObjects()The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest.getParameterObjects()The parameter objects used with the pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type ParameterObjectModifier and TypeMethodDescriptionGetPipelineDefinitionResult.withParameterObjects(ParameterObject... parameterObjects) The parameter objects used in the pipeline definition.PutPipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects) The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects) The parameter objects used with the pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ParameterObjectModifier and TypeMethodDescriptionvoidGetPipelineDefinitionResult.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.GetPipelineDefinitionResult.withParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.PutPipelineDefinitionRequest.withParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest.withParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.