Uses of Class
software.amazon.awssdk.services.workspaces.model.RelatedWorkspaceProperties
-
Packages that use RelatedWorkspaceProperties Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of RelatedWorkspaceProperties in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type RelatedWorkspaceProperties Modifier and Type Method Description List<RelatedWorkspaceProperties>Workspace. relatedWorkspaces()The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type RelatedWorkspaceProperties Modifier and Type Method Description Workspace.BuilderWorkspace.Builder. relatedWorkspaces(RelatedWorkspaceProperties... relatedWorkspaces)The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type RelatedWorkspaceProperties Modifier and Type Method Description Workspace.BuilderWorkspace.Builder. relatedWorkspaces(Collection<RelatedWorkspaceProperties> relatedWorkspaces)The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
-