| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
DataReplicationSettings |
DataReplicationSettings.clone() |
DataReplicationSettings |
Workspace.getDataReplicationSettings()
Indicates the settings of the data replication.
|
DataReplicationSettings |
DataReplicationSettings.withDataReplication(DataReplication dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
DataReplicationSettings |
DataReplicationSettings.withDataReplication(String dataReplication)
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
DataReplicationSettings |
DataReplicationSettings.withRecoverySnapshotTime(Date recoverySnapshotTime)
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating
data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.setDataReplicationSettings(DataReplicationSettings dataReplicationSettings)
Indicates the settings of the data replication.
|
Workspace |
Workspace.withDataReplicationSettings(DataReplicationSettings dataReplicationSettings)
Indicates the settings of the data replication.
|
Copyright © 2025. All rights reserved.