Uses of Class
software.amazon.awssdk.services.workspaces.model.DataReplication
-
Packages that use DataReplication Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of DataReplication in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DataReplication Modifier and Type Method Description DataReplicationDataReplicationSettings. dataReplication()Indicates whether data replication is enabled, and if enabled, the type of data replication.DataReplicationModifyWorkspacePropertiesRequest. dataReplication()Indicates the data replication status.DataReplicationStandbyWorkspace. dataReplication()Indicates whether data replication is enabled, and if enabled, the type of data replication.DataReplicationStandbyWorkspacesProperties. dataReplication()Indicates whether data replication is enabled, and if enabled, the type of data replication.static DataReplicationDataReplication. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataReplicationDataReplication. valueOf(String name)Returns the enum constant of this type with the specified name.static DataReplication[]DataReplication. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DataReplication Modifier and Type Method Description static Set<DataReplication>DataReplication. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type DataReplication Modifier and Type Method Description DataReplicationSettings.BuilderDataReplicationSettings.Builder. dataReplication(DataReplication dataReplication)Indicates whether data replication is enabled, and if enabled, the type of data replication.ModifyWorkspacePropertiesRequest.BuilderModifyWorkspacePropertiesRequest.Builder. dataReplication(DataReplication dataReplication)Indicates the data replication status.StandbyWorkspace.BuilderStandbyWorkspace.Builder. dataReplication(DataReplication dataReplication)Indicates whether data replication is enabled, and if enabled, the type of data replication.StandbyWorkspacesProperties.BuilderStandbyWorkspacesProperties.Builder. dataReplication(DataReplication dataReplication)Indicates whether data replication is enabled, and if enabled, the type of data replication.
-