Uses of Class
software.amazon.awssdk.services.datapipeline.model.PipelineObject
-
Packages that use PipelineObject Package Description software.amazon.awssdk.services.datapipeline.model software.amazon.awssdk.services.datapipeline.paginators -
-
Uses of PipelineObject in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type PipelineObject Modifier and Type Method Description Map<String,PipelineObject>TaskObject. objects()Connection information for the location where the task runner will publish the output of the task.List<PipelineObject>DescribeObjectsResponse. pipelineObjects()An array of object definitions.List<PipelineObject>GetPipelineDefinitionResponse. pipelineObjects()The objects defined in the pipeline.List<PipelineObject>PutPipelineDefinitionRequest. pipelineObjects()The objects that define the pipeline.List<PipelineObject>ValidatePipelineDefinitionRequest. pipelineObjects()The objects that define the pipeline changes to validate against the pipeline.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type PipelineObject Modifier and Type Method Description DescribeObjectsResponse.BuilderDescribeObjectsResponse.Builder. pipelineObjects(PipelineObject... pipelineObjects)An array of object definitions.GetPipelineDefinitionResponse.BuilderGetPipelineDefinitionResponse.Builder. pipelineObjects(PipelineObject... pipelineObjects)The objects defined in the pipeline.PutPipelineDefinitionRequest.BuilderPutPipelineDefinitionRequest.Builder. pipelineObjects(PipelineObject... pipelineObjects)The objects that define the pipeline.ValidatePipelineDefinitionRequest.BuilderValidatePipelineDefinitionRequest.Builder. pipelineObjects(PipelineObject... pipelineObjects)The objects that define the pipeline changes to validate against the pipeline.Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type PipelineObject Modifier and Type Method Description TaskObject.BuilderTaskObject.Builder. objects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will publish the output of the task.DescribeObjectsResponse.BuilderDescribeObjectsResponse.Builder. pipelineObjects(Collection<PipelineObject> pipelineObjects)An array of object definitions.GetPipelineDefinitionResponse.BuilderGetPipelineDefinitionResponse.Builder. pipelineObjects(Collection<PipelineObject> pipelineObjects)The objects defined in the pipeline.PutPipelineDefinitionRequest.BuilderPutPipelineDefinitionRequest.Builder. pipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline.ValidatePipelineDefinitionRequest.BuilderValidatePipelineDefinitionRequest.Builder. pipelineObjects(Collection<PipelineObject> pipelineObjects)The objects that define the pipeline changes to validate against the pipeline. -
Uses of PipelineObject in software.amazon.awssdk.services.datapipeline.paginators
Methods in software.amazon.awssdk.services.datapipeline.paginators that return types with arguments of type PipelineObject Modifier and Type Method Description SdkIterable<PipelineObject>DescribeObjectsIterable. pipelineObjects()Returns an iterable to iterate through the paginatedDescribeObjectsResponse.pipelineObjects()member.SdkPublisher<PipelineObject>DescribeObjectsPublisher. pipelineObjects()Returns a publisher that can be used to get a stream of data.
-