Uses of Class
software.amazon.awssdk.services.directory.model.TrustType
-
Packages that use TrustType Package Description software.amazon.awssdk.services.directory.model -
-
Uses of TrustType in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return TrustType Modifier and Type Method Description static TrustTypeTrustType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrustTypeCreateTrustRequest. trustType()The trust relationship type.TrustTypeTrust. trustType()The trust relationship type.static TrustTypeTrustType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustType[]TrustType. 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 TrustType Modifier and Type Method Description static Set<TrustType>TrustType. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type TrustType Modifier and Type Method Description CreateTrustRequest.BuilderCreateTrustRequest.Builder. trustType(TrustType trustType)The trust relationship type.Trust.BuilderTrust.Builder. trustType(TrustType trustType)The trust relationship type.
-