Uses of Class
com.amazonaws.services.workspaces.model.UserStorage
Packages that use UserStorage
-
Uses of UserStorage in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return UserStorageModifier and TypeMethodDescriptionUserStorage.clone()
WorkspaceBundle.getUserStorage()
A UserStorage object that specifies the amount of user storage that the bundle contains.UserStorage.withCapacity
(String capacity) The amount of user storage for the bundle.Methods in com.amazonaws.services.workspaces.model with parameters of type UserStorageModifier and TypeMethodDescriptionvoid
WorkspaceBundle.setUserStorage
(UserStorage userStorage) A UserStorage object that specifies the amount of user storage that the bundle contains.WorkspaceBundle.withUserStorage
(UserStorage userStorage) A UserStorage object that specifies the amount of user storage that the bundle contains.