Uses of Class
software.amazon.awssdk.services.proton.model.ServicePipelineState
-
Packages that use ServicePipelineState Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ServicePipelineState in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ServicePipelineState Modifier and Type Method Description ServicePipelineStateDeploymentState. servicePipeline()The state of the service pipeline associated with the deployment.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServicePipelineState Modifier and Type Method Description static DeploymentStateDeploymentState. fromServicePipeline(ServicePipelineState servicePipeline)Create an instance of this class withDeploymentState.servicePipeline()initialized to the given value.DeploymentState.BuilderDeploymentState.Builder. servicePipeline(ServicePipelineState servicePipeline)The state of the service pipeline associated with the deployment.
-