Uses of Class
software.amazon.awssdk.services.workspaces.model.RootStorage
-
Packages that use RootStorage Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of RootStorage in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return RootStorage Modifier and Type Method Description RootStorageCreateWorkspaceBundleRequest. rootStorage()Returns the value of the RootStorage property for this object.RootStorageWorkspaceBundle. rootStorage()The size of the root volume.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type RootStorage Modifier and Type Method Description CreateWorkspaceBundleRequest.BuilderCreateWorkspaceBundleRequest.Builder. rootStorage(RootStorage rootStorage)Sets the value of the RootStorage property for this object.WorkspaceBundle.BuilderWorkspaceBundle.Builder. rootStorage(RootStorage rootStorage)The size of the root volume.
-