Uses of Class
software.amazon.awssdk.services.codepipeline.model.GetPipelineStateResponse
-
Packages that use GetPipelineStateResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of GetPipelineStateResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return GetPipelineStateResponse Modifier and Type Method Description default GetPipelineStateResponseCodePipelineClient. getPipelineState(Consumer<GetPipelineStateRequest.Builder> getPipelineStateRequest)Returns information about the state of a pipeline, including the stages and actions.default GetPipelineStateResponseCodePipelineClient. getPipelineState(GetPipelineStateRequest getPipelineStateRequest)Returns information about the state of a pipeline, including the stages and actions.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type GetPipelineStateResponse Modifier and Type Method Description default CompletableFuture<GetPipelineStateResponse>CodePipelineAsyncClient. getPipelineState(Consumer<GetPipelineStateRequest.Builder> getPipelineStateRequest)Returns information about the state of a pipeline, including the stages and actions.default CompletableFuture<GetPipelineStateResponse>CodePipelineAsyncClient. getPipelineState(GetPipelineStateRequest getPipelineStateRequest)Returns information about the state of a pipeline, including the stages and actions.
-