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