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 TrustType
TrustType. fromValue(String value)
Use this in place of valueOf.static TrustType
TrustType. 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 void
CreateTrustRequest. setTrustType(TrustType trustType)
The trust relationship type.void
Trust. setTrustType(TrustType trustType)
The trust relationship type.CreateTrustRequest
CreateTrustRequest. withTrustType(TrustType trustType)
The trust relationship type.Trust
Trust. withTrustType(TrustType trustType)
The trust relationship type.
-