| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMapResult> |
AmazonLocationAsyncClient.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> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request) |
Future<CreateMapResult> |
AmazonLocationAsyncClient.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.
|
Future<CreateMapResult> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMapResult> |
AmazonLocationAsyncClient.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.
|
Future<CreateMapResult> |
AbstractAmazonLocationAsync.createMapAsync(CreateMapRequest request,
AsyncHandler<CreateMapRequest,CreateMapResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMapResult |
CreateMapResult.clone() |
CreateMapResult |
CreateMapResult.withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
CreateMapResult |
CreateMapResult.withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
CreateMapResult |
CreateMapResult.withMapName(String mapName)
The name of the map resource.
|
Copyright © 2023. All rights reserved.