Uses of Interface
software.amazon.awssdk.services.location.auth.scheme.LocationAuthSchemeProvider
-
Packages that use LocationAuthSchemeProvider Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.auth.scheme software.amazon.awssdk.services.location.auth.scheme.internal software.amazon.awssdk.services.location.internal -
-
Uses of LocationAuthSchemeProvider in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return LocationAuthSchemeProvider Modifier and Type Method Description LocationAuthSchemeProviderLocationServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerLocationAuthSchemeProviderLocationServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.location with parameters of type LocationAuthSchemeProvider Modifier and Type Method Description default BLocationBaseClientBuilder. authSchemeProvider(LocationAuthSchemeProvider authSchemeProvider)Set theLocationAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.LocationServiceClientConfiguration.BuilderLocationServiceClientConfiguration.Builder. authSchemeProvider(LocationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of LocationAuthSchemeProvider in software.amazon.awssdk.services.location.auth.scheme
Methods in software.amazon.awssdk.services.location.auth.scheme that return LocationAuthSchemeProvider Modifier and Type Method Description static LocationAuthSchemeProviderLocationAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of LocationAuthSchemeProvider in software.amazon.awssdk.services.location.auth.scheme.internal
Classes in software.amazon.awssdk.services.location.auth.scheme.internal that implement LocationAuthSchemeProvider Modifier and Type Class Description classDefaultLocationAuthSchemeProvider -
Uses of LocationAuthSchemeProvider in software.amazon.awssdk.services.location.internal
Methods in software.amazon.awssdk.services.location.internal that return LocationAuthSchemeProvider Modifier and Type Method Description LocationAuthSchemeProviderLocationServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.location.internal with parameters of type LocationAuthSchemeProvider Modifier and Type Method Description LocationServiceClientConfiguration.BuilderLocationServiceClientConfigurationBuilder. authSchemeProvider(LocationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-