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