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 WorkspaceBundleWorkspaceBundle. clone()WorkspaceBundleWorkspaceBundle. withBundleId(String bundleId)The bundle identifier.WorkspaceBundleWorkspaceBundle. withComputeType(ComputeType computeType)A ComputeType object that specifies the compute type for the bundle.WorkspaceBundleWorkspaceBundle. withDescription(String description)The bundle description.WorkspaceBundleWorkspaceBundle. withName(String name)The name of the bundle.WorkspaceBundleWorkspaceBundle. withOwner(String owner)The owner of the bundle.WorkspaceBundleWorkspaceBundle. 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 DescribeWorkspaceBundlesResultDescribeWorkspaceBundlesResult. 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 voidDescribeWorkspaceBundlesResult. setBundles(Collection<WorkspaceBundle> bundles)An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResultDescribeWorkspaceBundlesResult. withBundles(Collection<WorkspaceBundle> bundles)An array of structures that contain information about the bundles.
-