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