Uses of Class
software.amazon.awssdk.services.proton.model.DeploymentState.Type
-
Packages that use DeploymentState.Type Package Description software.amazon.awssdk.services.proton.model -
-
Uses of DeploymentState.Type in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return DeploymentState.Type Modifier and Type Method Description DeploymentState.TypeDeploymentState. type()Retrieve an enum value representing which member of this object is populated.static DeploymentState.TypeDeploymentState.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentState.Type[]DeploymentState.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-