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 TrustStateTrustState. fromValue(String value)Use this in place of valueOf.static TrustStateTrustState. 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 voidTrust. setTrustState(TrustState trustState)The trust relationship state.TrustTrust. withTrustState(TrustState trustState)The trust relationship state.
-