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 TrustDirection
Use this in place of valueOf.static TrustDirection
Returns 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 TypeMethodDescriptionvoid
CreateTrustRequest.setTrustDirection
(TrustDirection trustDirection) The direction of the trust relationship.void
Trust.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.