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