Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private ComputeType |
WorkspaceBundle.computeType
A ComputeType object that specifies the compute type for the
bundle.
|
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ComputeType |
ComputeTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ComputeTypeJsonMarshaller.marshall(ComputeType computeType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|