Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObject.clone() |
ParameterObject |
ParameterObject.withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withId(String id)
The ID of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterObject> |
ValidatePipelineDefinitionRequest.getParameterObjects()
The parameter objects used with the pipeline.
|
List<ParameterObject> |
PutPipelineDefinitionRequest.getParameterObjects()
The parameter objects used with the pipeline.
|
List<ParameterObject> |
GetPipelineDefinitionResult.getParameterObjects()
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePipelineDefinitionRequest.setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
void |
PutPipelineDefinitionRequest.setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
void |
GetPipelineDefinitionResult.setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
Copyright © 2015. All rights reserved.