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