Uses of Class
com.amazonaws.services.workspaces.model.ComputeType
-
Packages that use ComputeType Package Description com.amazonaws.services.workspaces.model -
-
Uses of ComputeType in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return ComputeType Modifier and Type Method Description ComputeType
ComputeType. clone()
ComputeType
WorkspaceBundle. getComputeType()
A ComputeType object that specifies the compute type for the bundle.ComputeType
ComputeType. withName(Compute name)
The name of the compute type for the bundle.ComputeType
ComputeType. withName(String name)
The name of the compute type for the bundle.Methods in com.amazonaws.services.workspaces.model with parameters of type ComputeType Modifier and Type Method Description void
WorkspaceBundle. setComputeType(ComputeType computeType)
A ComputeType object that specifies the compute type for the bundle.WorkspaceBundle
WorkspaceBundle. withComputeType(ComputeType computeType)
A ComputeType object that specifies the compute type for the bundle.
-