Uses of Class
software.amazon.awssdk.services.workspaces.model.Compute
-
Packages that use Compute Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of Compute in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return Compute Modifier and Type Method Description ComputeWorkspaceProperties. computeTypeName()The compute type.static ComputeCompute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ComputeComputeType. name()The compute type.static ComputeCompute. 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 software.amazon.awssdk.services.workspaces.model that return types with arguments of type Compute Modifier and Type Method Description List<Compute>DescribeApplicationsRequest. computeTypeNames()The compute types supported by the applications.static Set<Compute>Compute. knownValues()List<Compute>WorkSpaceApplication. supportedComputeTypeNames()The supported compute types of the WorkSpace application.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type Compute Modifier and Type Method Description WorkspaceProperties.BuilderWorkspaceProperties.Builder. computeTypeName(Compute computeTypeName)The compute type.DescribeApplicationsRequest.BuilderDescribeApplicationsRequest.Builder. computeTypeNames(Compute... computeTypeNames)The compute types supported by the applications.ComputeType.BuilderComputeType.Builder. name(Compute name)The compute type.WorkSpaceApplication.BuilderWorkSpaceApplication.Builder. supportedComputeTypeNames(Compute... supportedComputeTypeNames)The supported compute types of the WorkSpace application.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type Compute Modifier and Type Method Description DescribeApplicationsRequest.BuilderDescribeApplicationsRequest.Builder. computeTypeNames(Collection<Compute> computeTypeNames)The compute types supported by the applications.WorkSpaceApplication.BuilderWorkSpaceApplication.Builder. supportedComputeTypeNames(Collection<Compute> supportedComputeTypeNames)The supported compute types of the WorkSpace application.
-