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 ComputeTypeComputeType. clone()ComputeTypeWorkspaceBundle. getComputeType()A ComputeType object that specifies the compute type for the bundle.ComputeTypeComputeType. withName(Compute name)The name of the compute type for the bundle.ComputeTypeComputeType. 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 voidWorkspaceBundle. setComputeType(ComputeType computeType)A ComputeType object that specifies the compute type for the bundle.WorkspaceBundleWorkspaceBundle. withComputeType(ComputeType computeType)A ComputeType object that specifies the compute type for the bundle.
-