Uses of Enum
com.amazonaws.services.directory.model.TrustType
Packages that use TrustType
-
Uses of TrustType in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustTypeModifier and TypeMethodDescriptionstatic TrustType
Use this in place of valueOf.static TrustType
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 TrustTypeModifier and TypeMethodDescriptionvoid
CreateTrustRequest.setTrustType
(TrustType trustType) The trust relationship type.void
Trust.setTrustType
(TrustType trustType) The trust relationship type.CreateTrustRequest.withTrustType
(TrustType trustType) The trust relationship type.Trust.withTrustType
(TrustType trustType) The trust relationship type.