Uses of Enum
com.amazonaws.services.directory.model.TrustState
Packages that use TrustState
-
Uses of TrustState in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustStateModifier and TypeMethodDescriptionstatic TrustState
Use this in place of valueOf.static TrustState
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 TrustStateModifier and TypeMethodDescriptionvoid
Trust.setTrustState
(TrustState trustState) The trust relationship state.Trust.withTrustState
(TrustState trustState) The trust relationship state.