Uses of Enum
com.amazonaws.services.directory.model.TrustDirection
Packages that use TrustDirection
-
Uses of TrustDirection in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustDirectionModifier and TypeMethodDescriptionstatic TrustDirectionUse this in place of valueOf.static TrustDirectionReturns 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 TrustDirectionModifier and TypeMethodDescriptionvoidCreateTrustRequest.setTrustDirection(TrustDirection trustDirection) The direction of the trust relationship.voidTrust.setTrustDirection(TrustDirection trustDirection) The trust relationship direction.CreateTrustRequest.withTrustDirection(TrustDirection trustDirection) The direction of the trust relationship.Trust.withTrustDirection(TrustDirection trustDirection) The trust relationship direction.