Uses of Class
software.amazon.awssdk.services.location.model.ListMapsRequest
-
Packages that use ListMapsRequest 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 -
-
Uses of ListMapsRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListMapsRequest Modifier and Type Method Description default CompletableFuture<ListMapsResponse>LocationAsyncClient. listMaps(ListMapsRequest listMapsRequest)Lists map resources in your Amazon Web Services account.default ListMapsResponseLocationClient. listMaps(ListMapsRequest listMapsRequest)Lists map resources in your Amazon Web Services account.default ListMapsPublisherLocationAsyncClient. listMapsPaginator(ListMapsRequest listMapsRequest)Lists map resources in your Amazon Web Services account.default ListMapsIterableLocationClient. listMapsPaginator(ListMapsRequest listMapsRequest)Lists map resources in your Amazon Web Services account. -
Uses of ListMapsRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type ListMapsRequest Constructor Description ListMapsIterable(LocationClient client, ListMapsRequest firstRequest)ListMapsPublisher(LocationAsyncClient client, ListMapsRequest firstRequest) -
Uses of ListMapsRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListMapsRequest Modifier and Type Method Description SdkHttpFullRequestListMapsRequestMarshaller. marshall(ListMapsRequest listMapsRequest)
-