Uses of Class
software.amazon.awssdk.services.mobile.model.ProjectState
-
Packages that use ProjectState Package Description software.amazon.awssdk.services.mobile.model -
-
Uses of ProjectState in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return ProjectState Modifier and Type Method Description static ProjectStateProjectState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProjectStateProjectDetails. state()Returns the value of the State property for this object.static ProjectStateProjectState. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectState[]ProjectState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type ProjectState Modifier and Type Method Description static Set<ProjectState>ProjectState. knownValues()Methods in software.amazon.awssdk.services.mobile.model with parameters of type ProjectState Modifier and Type Method Description ProjectDetails.BuilderProjectDetails.Builder. state(ProjectState state)Sets the value of the State property for this object.
-