Uses of Class
com.amazonaws.services.directory.model.TrustDirection
-
Packages that use TrustDirection Package Description com.amazonaws.services.directory.model -
-
Uses of TrustDirection in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustDirection Modifier and Type Method Description static TrustDirectionTrustDirection. fromValue(String value)Use this in place of valueOf.static TrustDirectionTrustDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustDirection[]TrustDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.directory.model with parameters of type TrustDirection Modifier and Type Method Description voidCreateTrustRequest. setTrustDirection(TrustDirection trustDirection)The direction of the trust relationship.voidTrust. setTrustDirection(TrustDirection trustDirection)The trust relationship direction.CreateTrustRequestCreateTrustRequest. withTrustDirection(TrustDirection trustDirection)The direction of the trust relationship.TrustTrust. withTrustDirection(TrustDirection trustDirection)The trust relationship direction.
-