| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMapResult |
AbstractAmazonLocation.createMap(CreateMapRequest request) |
CreateMapResult |
AmazonLocation.createMap(CreateMapRequest createMapRequest)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
CreateMapResult |
AmazonLocationClient.createMap(CreateMapRequest request)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
Future<CreateMapResult> |
AmazonLocationAsyncClient.createMapAsync(CreateMapRequest request) |
Future<CreateMapResult> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request) |
Future<CreateMapResult> |
AmazonLocationAsync.createMapAsync(CreateMapRequest createMapRequest)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
Future<CreateMapResult> |
AmazonLocationAsyncClient.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
Future<CreateMapResult> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
Future<CreateMapResult> |
AmazonLocationAsync.createMapAsync(CreateMapRequest createMapRequest,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMapResult> |
AmazonLocationAsyncClient.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
Future<CreateMapResult> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
Future<CreateMapResult> |
AmazonLocationAsync.createMapAsync(CreateMapRequest createMapRequest,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler)
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced
from global location data providers.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMapRequest |
CreateMapRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMapRequest |
CreateMapRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMapRequest |
CreateMapRequest.clone() |
CreateMapRequest |
CreateMapRequest.withConfiguration(MapConfiguration configuration)
Specifies the
MapConfiguration, including the map style, for the map resource that you create. |
CreateMapRequest |
CreateMapRequest.withDescription(String description)
An optional description for the map resource.
|
CreateMapRequest |
CreateMapRequest.withMapName(String mapName)
The name for the map resource.
|
CreateMapRequest |
CreateMapRequest.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
CreateMapRequest |
CreateMapRequest.withPricingPlan(String pricingPlan)
Deprecated.
|
CreateMapRequest |
CreateMapRequest.withTags(Map<String,String> tags)
Applies one or more tags to the map resource.
|
Copyright © 2023. All rights reserved.