Uses of Class
com.amazonaws.services.workspaces.model.Compute
-
Packages that use Compute Package Description com.amazonaws.services.workspaces.model -
-
Uses of Compute in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return Compute Modifier and Type Method Description static Compute
Compute. fromValue(String value)
Use this in place of valueOf.static Compute
Compute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Compute[]
Compute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.workspaces.model with parameters of type Compute Modifier and Type Method Description void
ComputeType. setName(Compute name)
The name of the compute type for the bundle.ComputeType
ComputeType. withName(Compute name)
The name of the compute type for the bundle.
-