Uses of Class
software.amazon.awssdk.services.directory.model.ReplicationScope
-
Packages that use ReplicationScope Package Description software.amazon.awssdk.services.directory.model -
-
Uses of ReplicationScope in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return ReplicationScope Modifier and Type Method Description static ReplicationScopeReplicationScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationScopeConditionalForwarder. replicationScope()The replication scope of the conditional forwarder.static ReplicationScopeReplicationScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationScope[]ReplicationScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type ReplicationScope Modifier and Type Method Description static Set<ReplicationScope>ReplicationScope. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type ReplicationScope Modifier and Type Method Description ConditionalForwarder.BuilderConditionalForwarder.Builder. replicationScope(ReplicationScope replicationScope)The replication scope of the conditional forwarder.
-