Uses of Class
software.amazon.awssdk.services.location.model.ListMapsResponse
-
Packages that use ListMapsResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.paginators -
-
Uses of ListMapsResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListMapsResponse Modifier and Type Method Description default ListMapsResponseLocationClient. listMaps(Consumer<ListMapsRequest.Builder> listMapsRequest)Lists map resources in your Amazon Web Services account.default ListMapsResponseLocationClient. listMaps(ListMapsRequest listMapsRequest)Lists map resources in your Amazon Web Services account.Methods in software.amazon.awssdk.services.location that return types with arguments of type ListMapsResponse Modifier and Type Method 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. -
Uses of ListMapsResponse in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListMapsResponse Modifier and Type Method Description Iterator<ListMapsResponse>ListMapsIterable. iterator()Method parameters in software.amazon.awssdk.services.location.paginators with type arguments of type ListMapsResponse Modifier and Type Method Description voidListMapsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMapsResponse> subscriber)
-