Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.auth.scheme.LexModelBuildingAuthSchemeParams
-
-
Uses of LexModelBuildingAuthSchemeParams in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme
Methods in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme that return LexModelBuildingAuthSchemeParams Modifier and Type Method Description LexModelBuildingAuthSchemeParamsLexModelBuildingAuthSchemeParams.Builder. build()Returns aLexModelBuildingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme with parameters of type LexModelBuildingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>LexModelBuildingAuthSchemeProvider. resolveAuthScheme(LexModelBuildingAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of LexModelBuildingAuthSchemeParams in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme.internal
Classes in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme.internal that implement LexModelBuildingAuthSchemeParams Modifier and Type Class Description classDefaultLexModelBuildingAuthSchemeParamsMethods in software.amazon.awssdk.services.lexmodelbuilding.auth.scheme.internal with parameters of type LexModelBuildingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultLexModelBuildingAuthSchemeProvider. resolveAuthScheme(LexModelBuildingAuthSchemeParams params)
-