Uses of Class
software.amazon.awssdk.services.drs.model.ReplicationDirection
-
Packages that use ReplicationDirection Package Description software.amazon.awssdk.services.drs.model -
-
Uses of ReplicationDirection in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return ReplicationDirection Modifier and Type Method Description static ReplicationDirectionReplicationDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationDirectionDisconnectSourceServerResponse. replicationDirection()Replication direction of the Source Server.ReplicationDirectionRetryDataReplicationResponse. replicationDirection()Replication direction of the Source Server.ReplicationDirectionSourceServer. replicationDirection()Replication direction of the Source Server.static ReplicationDirectionReplicationDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationDirection[]ReplicationDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ReplicationDirection Modifier and Type Method Description static Set<ReplicationDirection>ReplicationDirection. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type ReplicationDirection Modifier and Type Method Description DisconnectSourceServerResponse.BuilderDisconnectSourceServerResponse.Builder. replicationDirection(ReplicationDirection replicationDirection)Replication direction of the Source Server.RetryDataReplicationResponse.BuilderRetryDataReplicationResponse.Builder. replicationDirection(ReplicationDirection replicationDirection)Replication direction of the Source Server.SourceServer.BuilderSourceServer.Builder. replicationDirection(ReplicationDirection replicationDirection)Replication direction of the Source Server.
-