Uses of Class
software.amazon.awssdk.services.directory.model.TrustState
-
Packages that use TrustState Package Description software.amazon.awssdk.services.directory.model -
-
Uses of TrustState in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return TrustState Modifier and Type Method Description static TrustStateTrustState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrustStateTrust. trustState()The trust relationship state.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 software.amazon.awssdk.services.directory.model that return types with arguments of type TrustState Modifier and Type Method Description static Set<TrustState>TrustState. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type TrustState Modifier and Type Method Description Trust.BuilderTrust.Builder. trustState(TrustState trustState)The trust relationship state.
-