| 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 AWS account.
|
default ListMapsResponse |
LocationClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMapsResponse> |
LocationAsyncClient.listMaps(Consumer<ListMapsRequest.Builder> listMapsRequest)
Lists map resources in your AWS account.
|
default CompletableFuture<ListMapsResponse> |
LocationAsyncClient.listMaps(ListMapsRequest listMapsRequest)
Lists map resources in your AWS 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 © 2022. All rights reserved.