| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.paginators | |
| software.amazon.awssdk.services.location.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMapsResponse> |
LocationAsyncClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
default ListMapsResponse |
LocationClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
default ListMapsPublisher |
LocationAsyncClient.listMapsPaginator(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
default ListMapsIterable |
LocationClient.listMapsPaginator(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
| Constructor and Description |
|---|
ListMapsIterable(LocationClient client,
ListMapsRequest firstRequest) |
ListMapsPublisher(LocationAsyncClient client,
ListMapsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMapsRequestMarshaller.marshall(ListMapsRequest listMapsRequest) |
Copyright © 2022. All rights reserved.