Uses of Class
software.amazon.awssdk.services.workspaces.model.StandbyWorkspacesProperties
-
Packages that use StandbyWorkspacesProperties Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of StandbyWorkspacesProperties in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type StandbyWorkspacesProperties Modifier and Type Method Description List<StandbyWorkspacesProperties>Workspace. standbyWorkspacesProperties()The properties of the standby WorkSpaceMethods in software.amazon.awssdk.services.workspaces.model with parameters of type StandbyWorkspacesProperties Modifier and Type Method Description Workspace.BuilderWorkspace.Builder. standbyWorkspacesProperties(StandbyWorkspacesProperties... standbyWorkspacesProperties)The properties of the standby WorkSpaceMethod parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type StandbyWorkspacesProperties Modifier and Type Method Description Workspace.BuilderWorkspace.Builder. standbyWorkspacesProperties(Collection<StandbyWorkspacesProperties> standbyWorkspacesProperties)The properties of the standby WorkSpace
-