Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceBundle
-
Packages that use WorkspaceBundle Package Description com.amazonaws.services.workspaces.model -
-
Uses of WorkspaceBundle in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceBundle Modifier and Type Method 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.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type WorkspaceBundle Modifier and Type Method Description List<WorkspaceBundle>
DescribeWorkspaceBundlesResult. getBundles()
An array of structures that contain information about the bundles.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceBundle Modifier and Type Method Description DescribeWorkspaceBundlesResult
DescribeWorkspaceBundlesResult. withBundles(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type WorkspaceBundle Modifier and Type Method 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.
-