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 TrustTypeUse this in place of valueOf.static TrustTypeReturns 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 TypeMethodDescriptionvoidCreateTrustRequest.setTrustType(TrustType trustType) The trust relationship type.voidTrust.setTrustType(TrustType trustType) The trust relationship type.CreateTrustRequest.withTrustType(TrustType trustType) The trust relationship type.Trust.withTrustType(TrustType trustType) The trust relationship type.