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 UserStorageUserStorage. clone()UserStorageWorkspaceBundle. getUserStorage()A UserStorage object that specifies the amount of user storage that the bundle contains.UserStorageUserStorage. 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 voidWorkspaceBundle. setUserStorage(UserStorage userStorage)A UserStorage object that specifies the amount of user storage that the bundle contains.WorkspaceBundleWorkspaceBundle. withUserStorage(UserStorage userStorage)A UserStorage object that specifies the amount of user storage that the bundle contains.
-