Uses of Interface
software.amazon.awssdk.services.geomaps.auth.scheme.GeoMapsAuthSchemeParams.Builder
-
Packages that use GeoMapsAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.geomaps.auth.scheme software.amazon.awssdk.services.geomaps.auth.scheme.internal -
-
Uses of GeoMapsAuthSchemeParams.Builder in software.amazon.awssdk.services.geomaps.auth.scheme
Methods in software.amazon.awssdk.services.geomaps.auth.scheme that return GeoMapsAuthSchemeParams.Builder Modifier and Type Method Description static GeoMapsAuthSchemeParams.BuilderGeoMapsAuthSchemeParams. builder()Get a new builder for creating aGeoMapsAuthSchemeParams.GeoMapsAuthSchemeParams.BuilderGeoMapsAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.GeoMapsAuthSchemeParams.BuilderGeoMapsAuthSchemeParams.Builder. region(Region region)Set the region.GeoMapsAuthSchemeParams.BuilderGeoMapsAuthSchemeParams. toBuilder()Returns aGeoMapsAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.geomaps.auth.scheme with type arguments of type GeoMapsAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>GeoMapsAuthSchemeProvider. resolveAuthScheme(Consumer<GeoMapsAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of GeoMapsAuthSchemeParams.Builder in software.amazon.awssdk.services.geomaps.auth.scheme.internal
Methods in software.amazon.awssdk.services.geomaps.auth.scheme.internal that return GeoMapsAuthSchemeParams.Builder Modifier and Type Method Description static GeoMapsAuthSchemeParams.BuilderDefaultGeoMapsAuthSchemeParams. builder()GeoMapsAuthSchemeParams.BuilderDefaultGeoMapsAuthSchemeParams. toBuilder()
-