| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StandbyWorkspacesProperties |
StandbyWorkspacesProperties.clone() |
StandbyWorkspacesProperties |
StandbyWorkspacesProperties.withDataReplication(DataReplication dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspacesProperties |
StandbyWorkspacesProperties.withDataReplication(String dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspacesProperties |
StandbyWorkspacesProperties.withRecoverySnapshotTime(Date recoverySnapshotTime)
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating
data.
|
StandbyWorkspacesProperties |
StandbyWorkspacesProperties.withStandbyWorkspaceId(String standbyWorkspaceId)
The identifier of the standby WorkSpace
|
| Modifier and Type | Method and Description |
|---|---|
List<StandbyWorkspacesProperties> |
Workspace.getStandbyWorkspacesProperties()
The properties of the standby WorkSpace
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
Workspace.withStandbyWorkspacesProperties(StandbyWorkspacesProperties... standbyWorkspacesProperties)
The properties of the standby WorkSpace
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.setStandbyWorkspacesProperties(Collection<StandbyWorkspacesProperties> standbyWorkspacesProperties)
The properties of the standby WorkSpace
|
Workspace |
Workspace.withStandbyWorkspacesProperties(Collection<StandbyWorkspacesProperties> standbyWorkspacesProperties)
The properties of the standby WorkSpace
|
Copyright © 2025. All rights reserved.