Uses of Class
com.amazonaws.services.directory.model.TrustState
-
Packages that use TrustState Package Description com.amazonaws.services.directory.model -
-
Uses of TrustState in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustState Modifier and Type Method Description static TrustState
TrustState. fromValue(String value)
Use this in place of valueOf.static TrustState
TrustState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TrustState[]
TrustState. 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 TrustState Modifier and Type Method Description void
Trust. setTrustState(TrustState trustState)
The trust relationship state.Trust
Trust. withTrustState(TrustState trustState)
The trust relationship state.
-