Uses of Interface
software.amazon.awssdk.services.location.auth.scheme.LocationAuthSchemeParams
-
Packages that use LocationAuthSchemeParams Package Description software.amazon.awssdk.services.location.auth.scheme software.amazon.awssdk.services.location.auth.scheme.internal -
-
Uses of LocationAuthSchemeParams in software.amazon.awssdk.services.location.auth.scheme
Methods in software.amazon.awssdk.services.location.auth.scheme that return LocationAuthSchemeParams Modifier and Type Method Description LocationAuthSchemeParamsLocationAuthSchemeParams.Builder. build()Returns aLocationAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.location.auth.scheme with parameters of type LocationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>LocationAuthSchemeProvider. resolveAuthScheme(LocationAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of LocationAuthSchemeParams in software.amazon.awssdk.services.location.auth.scheme.internal
Classes in software.amazon.awssdk.services.location.auth.scheme.internal that implement LocationAuthSchemeParams Modifier and Type Class Description classDefaultLocationAuthSchemeParamsMethods in software.amazon.awssdk.services.location.auth.scheme.internal with parameters of type LocationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultLocationAuthSchemeProvider. resolveAuthScheme(LocationAuthSchemeParams params)
-