Uses of Interface
software.amazon.awssdk.services.location.model.GetMapTileRequest.Builder
-
Packages that use GetMapTileRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of GetMapTileRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type GetMapTileRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMapTileResponse>LocationAsyncClient. getMapTile(Consumer<GetMapTileRequest.Builder> getMapTileRequest)Retrieves a vector data tile from the map resource.default GetMapTileResponseLocationClient. getMapTile(Consumer<GetMapTileRequest.Builder> getMapTileRequest)Retrieves a vector data tile from the map resource. -
Uses of GetMapTileRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GetMapTileRequest.Builder Modifier and Type Method Description static GetMapTileRequest.BuilderGetMapTileRequest. builder()GetMapTileRequest.BuilderGetMapTileRequest.Builder. key(String key)The optional API key to authorize the request.GetMapTileRequest.BuilderGetMapTileRequest.Builder. mapName(String mapName)The map resource to retrieve the map tiles from.GetMapTileRequest.BuilderGetMapTileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMapTileRequest.BuilderGetMapTileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMapTileRequest.BuilderGetMapTileRequest. toBuilder()GetMapTileRequest.BuilderGetMapTileRequest.Builder. x(String x)The X axis value for the map tile.GetMapTileRequest.BuilderGetMapTileRequest.Builder. y(String y)The Y axis value for the map tile.GetMapTileRequest.BuilderGetMapTileRequest.Builder. z(String z)The zoom value for the map tile.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type GetMapTileRequest.Builder Modifier and Type Method Description static Class<? extends GetMapTileRequest.Builder>GetMapTileRequest. serializableBuilderClass()
-