| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.clone() |
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withRegion(String region)
The Region of the related WorkSpace.
|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withState(String state)
Indicates the state of the WorkSpace.
|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withState(WorkspaceState state)
Indicates the state of the WorkSpace.
|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withType(StandbyWorkspaceRelationshipType type)
Indicates the type of WorkSpace.
|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withType(String type)
Indicates the type of WorkSpace.
|
RelatedWorkspaceProperties |
RelatedWorkspaceProperties.withWorkspaceId(String workspaceId)
The identifier of the related WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelatedWorkspaceProperties> |
Workspace.getRelatedWorkspaces()
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
Workspace.withRelatedWorkspaces(RelatedWorkspaceProperties... relatedWorkspaces)
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.setRelatedWorkspaces(Collection<RelatedWorkspaceProperties> relatedWorkspaces)
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
Workspace |
Workspace.withRelatedWorkspaces(Collection<RelatedWorkspaceProperties> relatedWorkspaces)
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
Copyright © 2023. All rights reserved.