Uses of Class
software.amazon.awssdk.services.directory.model.SelectiveAuth
-
Packages that use SelectiveAuth Package Description software.amazon.awssdk.services.directory.model -
-
Uses of SelectiveAuth in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return SelectiveAuth Modifier and Type Method Description static SelectiveAuthSelectiveAuth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SelectiveAuthCreateTrustRequest. selectiveAuth()Optional parameter to enable selective authentication for the trust.SelectiveAuthTrust. selectiveAuth()Current state of selective authentication for the trust.SelectiveAuthUpdateTrustRequest. selectiveAuth()Updates selective authentication for the trust.static SelectiveAuthSelectiveAuth. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectiveAuth[]SelectiveAuth. 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 SelectiveAuth Modifier and Type Method Description static Set<SelectiveAuth>SelectiveAuth. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type SelectiveAuth Modifier and Type Method Description CreateTrustRequest.BuilderCreateTrustRequest.Builder. selectiveAuth(SelectiveAuth selectiveAuth)Optional parameter to enable selective authentication for the trust.Trust.BuilderTrust.Builder. selectiveAuth(SelectiveAuth selectiveAuth)Current state of selective authentication for the trust.UpdateTrustRequest.BuilderUpdateTrustRequest.Builder. selectiveAuth(SelectiveAuth selectiveAuth)Updates selective authentication for the trust.
-