| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBundle |
WorkspaceBundle.clone() |
WorkspaceBundle |
WorkspaceBundle.withBundleId(String bundleId)
The bundle identifier.
|
WorkspaceBundle |
WorkspaceBundle.withComputeType(ComputeType computeType)
The compute type.
|
WorkspaceBundle |
WorkspaceBundle.withDescription(String description)
A description.
|
WorkspaceBundle |
WorkspaceBundle.withName(String name)
The name of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withOwner(String owner)
The owner of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withRootStorage(RootStorage rootStorage)
The size of the root volume.
|
WorkspaceBundle |
WorkspaceBundle.withUserStorage(UserStorage userStorage)
The size of the user storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceBundle> |
DescribeWorkspaceBundlesResult.getBundles()
Information about the bundles.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(WorkspaceBundle... bundles)
Information about the bundles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspaceBundlesResult.setBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
Copyright © 2019. All rights reserved.