Uses of Enum
com.amazonaws.services.directory.model.TrustState
Packages that use TrustState
-
Uses of TrustState in com.amazonaws.services.directory.model
Subclasses with type arguments of type TrustState in com.amazonaws.services.directory.modelMethods in com.amazonaws.services.directory.model that return TrustStateModifier and TypeMethodDescriptionstatic TrustStateUse this in place of valueOf.static TrustStateReturns 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 TypeMethodDescriptionvoidTrust.setTrustState(TrustState trustState) The trust relationship state.Trust.withTrustState(TrustState trustState) The trust relationship state.