Uses of Class
software.amazon.awssdk.services.codepipeline.model.GetPipelineExecutionResponse
-
Packages that use GetPipelineExecutionResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of GetPipelineExecutionResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return GetPipelineExecutionResponse Modifier and Type Method Description default GetPipelineExecutionResponseCodePipelineClient. getPipelineExecution(Consumer<GetPipelineExecutionRequest.Builder> getPipelineExecutionRequest)Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.default GetPipelineExecutionResponseCodePipelineClient. getPipelineExecution(GetPipelineExecutionRequest getPipelineExecutionRequest)Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type GetPipelineExecutionResponse Modifier and Type Method Description default CompletableFuture<GetPipelineExecutionResponse>CodePipelineAsyncClient. getPipelineExecution(Consumer<GetPipelineExecutionRequest.Builder> getPipelineExecutionRequest)Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.default CompletableFuture<GetPipelineExecutionResponse>CodePipelineAsyncClient. getPipelineExecution(GetPipelineExecutionRequest getPipelineExecutionRequest)Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.
-