| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMapsResponse |
LocationClient.listMaps(Consumer<ListMapsRequest.Builder> listMapsRequest)
Lists map resources in your Amazon Web Services account.
|
default ListMapsResponse |
LocationClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMapsResponse> |
LocationAsyncClient.listMaps(Consumer<ListMapsRequest.Builder> listMapsRequest)
Lists map resources in your Amazon Web Services account.
|
default CompletableFuture<ListMapsResponse> |
LocationAsyncClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMapsResponse> |
ListMapsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMapsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMapsResponse> subscriber) |
Copyright © 2023. All rights reserved.