Uses of Class
com.amazonaws.services.codepipeline.model.PipelineSummary
-
Packages that use PipelineSummary Package Description com.amazonaws.services.codepipeline.model -
-
Uses of PipelineSummary in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PipelineSummary Modifier and Type Method Description PipelineSummaryPipelineSummary. clone()PipelineSummaryPipelineSummary. withCreated(Date created)The date and time the pipeline was created, in timestamp format.PipelineSummaryPipelineSummary. withName(String name)The name of the pipeline.PipelineSummaryPipelineSummary. withUpdated(Date updated)The date and time of the last update to the pipeline, in timestamp format.PipelineSummaryPipelineSummary. withVersion(Integer version)The version number of the pipeline.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type PipelineSummary Modifier and Type Method Description List<PipelineSummary>ListPipelinesResult. getPipelines()The list of pipelines.Methods in com.amazonaws.services.codepipeline.model with parameters of type PipelineSummary Modifier and Type Method Description ListPipelinesResultListPipelinesResult. withPipelines(PipelineSummary... pipelines)The list of pipelines.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type PipelineSummary Modifier and Type Method Description voidListPipelinesResult. setPipelines(Collection<PipelineSummary> pipelines)The list of pipelines.ListPipelinesResultListPipelinesResult. withPipelines(Collection<PipelineSummary> pipelines)The list of pipelines.
-