Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceBundle
Packages that use WorkspaceBundle
-
Uses of WorkspaceBundle in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceBundleModifier and TypeMethodDescriptionWorkspaceBundle.clone()
WorkspaceBundle.withBundleId
(String bundleId) The bundle identifier.WorkspaceBundle.withComputeType
(ComputeType computeType) A ComputeType object that specifies the compute type for the bundle.WorkspaceBundle.withDescription
(String description) The bundle description.The name of the bundle.The owner of the bundle.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 WorkspaceBundleModifier and TypeMethodDescriptionDescribeWorkspaceBundlesResult.getBundles()
An array of structures that contain information about the bundles.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceBundleModifier and TypeMethodDescriptionDescribeWorkspaceBundlesResult.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 WorkspaceBundleModifier and TypeMethodDescriptionvoid
DescribeWorkspaceBundlesResult.setBundles
(Collection<WorkspaceBundle> bundles) An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResult.withBundles
(Collection<WorkspaceBundle> bundles) An array of structures that contain information about the bundles.