Uses of Interface
software.amazon.awssdk.services.directoryservicedata.auth.scheme.DirectoryServiceDataAuthSchemeParams
-
-
Uses of DirectoryServiceDataAuthSchemeParams in software.amazon.awssdk.services.directoryservicedata.auth.scheme
Methods in software.amazon.awssdk.services.directoryservicedata.auth.scheme that return DirectoryServiceDataAuthSchemeParams Modifier and Type Method Description DirectoryServiceDataAuthSchemeParamsDirectoryServiceDataAuthSchemeParams.Builder. build()Returns aDirectoryServiceDataAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.directoryservicedata.auth.scheme with parameters of type DirectoryServiceDataAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DirectoryServiceDataAuthSchemeProvider. resolveAuthScheme(DirectoryServiceDataAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of DirectoryServiceDataAuthSchemeParams in software.amazon.awssdk.services.directoryservicedata.auth.scheme.internal
Classes in software.amazon.awssdk.services.directoryservicedata.auth.scheme.internal that implement DirectoryServiceDataAuthSchemeParams Modifier and Type Class Description classDefaultDirectoryServiceDataAuthSchemeParamsMethods in software.amazon.awssdk.services.directoryservicedata.auth.scheme.internal with parameters of type DirectoryServiceDataAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultDirectoryServiceDataAuthSchemeProvider. resolveAuthScheme(DirectoryServiceDataAuthSchemeParams params)
-