| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBundle |
WorkspaceBundle.clone() |
WorkspaceBundle |
CreateWorkspaceBundleResult.getWorkspaceBundle() |
WorkspaceBundle |
WorkspaceBundle.withBundleId(String bundleId)
The identifier of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withComputeType(ComputeType computeType)
The compute type of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withCreationTime(Date creationTime)
The time when the bundle was created.
|
WorkspaceBundle |
WorkspaceBundle.withDescription(String description)
The description of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withImageId(String imageId)
The identifier of the image that was used to create the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withLastUpdatedTime(Date lastUpdatedTime)
The last time that the bundle was updated.
|
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 volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceBundle> |
DescribeWorkspaceBundlesResult.getBundles()
Information about the bundles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkspaceBundleResult.setWorkspaceBundle(WorkspaceBundle workspaceBundle) |
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(WorkspaceBundle... bundles)
Information about the bundles.
|
CreateWorkspaceBundleResult |
CreateWorkspaceBundleResult.withWorkspaceBundle(WorkspaceBundle workspaceBundle) |
| 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 © 2021. All rights reserved.