| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StandbyWorkspace |
StandbyWorkspace.clone() |
StandbyWorkspace |
FailedCreateStandbyWorkspacesRequest.getStandbyWorkspaceRequest()
Information about the standby WorkSpace that could not be created.
|
StandbyWorkspace |
StandbyWorkspace.withDataReplication(DataReplication dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspace |
StandbyWorkspace.withDataReplication(String dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspace |
StandbyWorkspace.withDirectoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
|
StandbyWorkspace |
StandbyWorkspace.withPrimaryWorkspaceId(String primaryWorkspaceId)
The identifier of the standby WorkSpace.
|
StandbyWorkspace |
StandbyWorkspace.withTags(Collection<Tag> tags)
The tags associated with the standby WorkSpace.
|
StandbyWorkspace |
StandbyWorkspace.withTags(Tag... tags)
The tags associated with the standby WorkSpace.
|
StandbyWorkspace |
StandbyWorkspace.withVolumeEncryptionKey(String volumeEncryptionKey)
The volume encryption key of the standby WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandbyWorkspace> |
CreateStandbyWorkspacesRequest.getStandbyWorkspaces()
Information about the standby WorkSpace to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailedCreateStandbyWorkspacesRequest.setStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
FailedCreateStandbyWorkspacesRequest |
FailedCreateStandbyWorkspacesRequest.withStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
CreateStandbyWorkspacesRequest |
CreateStandbyWorkspacesRequest.withStandbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStandbyWorkspacesRequest.setStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
CreateStandbyWorkspacesRequest |
CreateStandbyWorkspacesRequest.withStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
Copyright © 2025. All rights reserved.