| 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 |
|---|---|
GetMapStyleDescriptorResult |
AmazonLocationClient.getMapStyleDescriptor(GetMapStyleDescriptorRequest request)
Retrieves the map style descriptor from a map resource.
|
GetMapStyleDescriptorResult |
AmazonLocation.getMapStyleDescriptor(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest)
Retrieves the map style descriptor from a map resource.
|
GetMapStyleDescriptorResult |
AbstractAmazonLocation.getMapStyleDescriptor(GetMapStyleDescriptorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMapStyleDescriptorResult> |
AmazonLocationAsyncClient.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler) |
Future<GetMapStyleDescriptorResult> |
AbstractAmazonLocationAsync.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler) |
Future<GetMapStyleDescriptorResult> |
AmazonLocationAsync.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler)
Retrieves the map style descriptor from a map resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetMapStyleDescriptorResult |
GetMapStyleDescriptorResult.clone() |
GetMapStyleDescriptorResult |
GetMapStyleDescriptorResult.withBlob(ByteBuffer blob)
Contains the body of the style descriptor.
|
GetMapStyleDescriptorResult |
GetMapStyleDescriptorResult.withCacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
|
GetMapStyleDescriptorResult |
GetMapStyleDescriptorResult.withContentType(String contentType)
The style descriptor's content type.
|
Copyright © 2023. All rights reserved.