Uses of Interface
software.amazon.awssdk.services.location.model.GetMapTileResponse.Builder
-
Packages that use GetMapTileResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of GetMapTileResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GetMapTileResponse.Builder Modifier and Type Method Description GetMapTileResponse.BuilderGetMapTileResponse.Builder. blob(SdkBytes blob)Contains Mapbox Vector Tile (MVT) data.static GetMapTileResponse.BuilderGetMapTileResponse. builder()GetMapTileResponse.BuilderGetMapTileResponse.Builder. cacheControl(String cacheControl)The HTTP Cache-Control directive for the value.GetMapTileResponse.BuilderGetMapTileResponse.Builder. contentType(String contentType)The map tile's content type.GetMapTileResponse.BuilderGetMapTileResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type GetMapTileResponse.Builder Modifier and Type Method Description static Class<? extends GetMapTileResponse.Builder>GetMapTileResponse. serializableBuilderClass()
-