Uses of Class
com.amazonaws.services.directory.model.TrustType
-
Packages that use TrustType Package Description com.amazonaws.services.directory.model -
-
Uses of TrustType in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustType Modifier and Type Method Description static TrustTypeTrustType. fromValue(String value)Use this in place of valueOf.static TrustTypeTrustType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustType[]TrustType. 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 TrustType Modifier and Type Method Description voidCreateTrustRequest. setTrustType(TrustType trustType)The trust relationship type.voidTrust. setTrustType(TrustType trustType)The trust relationship type.CreateTrustRequestCreateTrustRequest. withTrustType(TrustType trustType)The trust relationship type.TrustTrust. withTrustType(TrustType trustType)The trust relationship type.
-