Uses of Class
software.amazon.awssdk.services.location.model.MapConfiguration
-
Packages that use MapConfiguration Package Description software.amazon.awssdk.services.location.model -
-
Uses of MapConfiguration in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return MapConfiguration Modifier and Type Method Description MapConfigurationCreateMapRequest. configuration()Specifies theMapConfiguration, including the map style, for the map resource that you create.MapConfigurationDescribeMapResponse. configuration()Specifies the map tile style selected from a partner data provider.Methods in software.amazon.awssdk.services.location.model with parameters of type MapConfiguration Modifier and Type Method Description CreateMapRequest.BuilderCreateMapRequest.Builder. configuration(MapConfiguration configuration)Specifies theMapConfiguration, including the map style, for the map resource that you create.DescribeMapResponse.BuilderDescribeMapResponse.Builder. configuration(MapConfiguration configuration)Specifies the map tile style selected from a partner data provider.
-