Uses of Class
com.amazonaws.services.codepipeline.model.PipelineSummary
Packages that use PipelineSummary
-
Uses of PipelineSummary in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return PipelineSummaryModifier and TypeMethodDescriptionPipelineSummary.clone()
PipelineSummary.withCreated
(Date created) The date and time the pipeline was created, in timestamp format.The name of the pipeline.PipelineSummary.withUpdated
(Date updated) The date and time of the last update to the pipeline, in timestamp format.PipelineSummary.withVersion
(Integer version) The version number of the pipeline.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type PipelineSummaryMethods in com.amazonaws.services.codepipeline.model with parameters of type PipelineSummaryModifier and TypeMethodDescriptionListPipelinesResult.withPipelines
(PipelineSummary... pipelines) The list of pipelines.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type PipelineSummaryModifier and TypeMethodDescriptionvoid
ListPipelinesResult.setPipelines
(Collection<PipelineSummary> pipelines) The list of pipelines.ListPipelinesResult.withPipelines
(Collection<PipelineSummary> pipelines) The list of pipelines.