| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.