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