Uses of Class
com.amazonaws.services.directory.model.TrustDirection
-
Packages that use TrustDirection Package Description com.amazonaws.services.directory.model -
-
Uses of TrustDirection in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustDirection Modifier and Type Method Description static TrustDirection
TrustDirection. fromValue(String value)
Use this in place of valueOf.static TrustDirection
TrustDirection. valueOf(String name)
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 TrustDirection Modifier and Type Method Description void
CreateTrustRequest. setTrustDirection(TrustDirection trustDirection)
The direction of the trust relationship.void
Trust. setTrustDirection(TrustDirection trustDirection)
The trust relationship direction.CreateTrustRequest
CreateTrustRequest. withTrustDirection(TrustDirection trustDirection)
The direction of the trust relationship.Trust
Trust. withTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
-