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)
A ComputeType object that specifies the compute type for the
bundle.
|
WorkspaceBundle |
WorkspaceBundle.withDescription(String description)
The bundle description.
|
WorkspaceBundle |
WorkspaceBundle.withName(String name)
The name of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withOwner(String owner)
The owner of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withUserStorage(UserStorage userStorage)
A UserStorage object that specifies the amount of user storage
that the bundle contains.
|
Modifier and Type | Method and Description |
---|---|
List<WorkspaceBundle> |
DescribeWorkspaceBundlesResult.getBundles()
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeWorkspaceBundlesResult.setBundles(Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
|
Copyright © 2018. All rights reserved.