Uses of Class
software.amazon.awssdk.services.location.model.ListGeofenceCollectionsResponse
-
Packages that use ListGeofenceCollectionsResponse 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 ListGeofenceCollectionsResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListGeofenceCollectionsResponse Modifier and Type Method Description default ListGeofenceCollectionsResponseLocationClient. listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsResponseLocationClient. listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.Methods in software.amazon.awssdk.services.location that return types with arguments of type ListGeofenceCollectionsResponse Modifier and Type Method Description default CompletableFuture<ListGeofenceCollectionsResponse>LocationAsyncClient. listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default CompletableFuture<ListGeofenceCollectionsResponse>LocationAsyncClient. listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account. -
Uses of ListGeofenceCollectionsResponse in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListGeofenceCollectionsResponse Modifier and Type Method Description Iterator<ListGeofenceCollectionsResponse>ListGeofenceCollectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.location.paginators with type arguments of type ListGeofenceCollectionsResponse Modifier and Type Method Description voidListGeofenceCollectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGeofenceCollectionsResponse> subscriber)
-