| 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 |
|---|---|
DescribeMapResult |
AmazonLocationClient.describeMap(DescribeMapRequest request)
Retrieves the map resource details.
|
DescribeMapResult |
AbstractAmazonLocation.describeMap(DescribeMapRequest request) |
DescribeMapResult |
AmazonLocation.describeMap(DescribeMapRequest describeMapRequest)
Retrieves the map resource details.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeMapResult> |
AmazonLocationAsyncClient.describeMapAsync(DescribeMapRequest request,
AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler) |
Future<DescribeMapResult> |
AmazonLocationAsync.describeMapAsync(DescribeMapRequest describeMapRequest,
AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler)
Retrieves the map resource details.
|
Future<DescribeMapResult> |
AbstractAmazonLocationAsync.describeMapAsync(DescribeMapRequest request,
AsyncHandler<DescribeMapRequest,DescribeMapResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeMapResult |
DescribeMapResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeMapResult |
DescribeMapResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeMapResult |
DescribeMapResult.clone() |
DescribeMapResult |
DescribeMapResult.withConfiguration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResult |
DescribeMapResult.withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeMapResult |
DescribeMapResult.withDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
DescribeMapResult |
DescribeMapResult.withDescription(String description)
The optional description for the map resource.
|
DescribeMapResult |
DescribeMapResult.withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
DescribeMapResult |
DescribeMapResult.withMapName(String mapName)
The map style selected from an available provider.
|
DescribeMapResult |
DescribeMapResult.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
DescribeMapResult |
DescribeMapResult.withPricingPlan(String pricingPlan)
Deprecated.
|
DescribeMapResult |
DescribeMapResult.withTags(Map<String,String> tags)
Tags associated with the map resource.
|
DescribeMapResult |
DescribeMapResult.withUpdateTime(Date updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
Copyright © 2023. All rights reserved.