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