Uses of Class
software.amazon.awssdk.services.location.model.ListGeofenceCollectionsRequest
-
Packages that use ListGeofenceCollectionsRequest 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 ListGeofenceCollectionsRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListGeofenceCollectionsRequest Modifier and Type Method Description default CompletableFuture<ListGeofenceCollectionsResponse>LocationAsyncClient. listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsResponseLocationClient. listGeofenceCollections(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsPublisherLocationAsyncClient. listGeofenceCollectionsPaginator(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsIterableLocationClient. listGeofenceCollectionsPaginator(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account. -
Uses of ListGeofenceCollectionsRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type ListGeofenceCollectionsRequest Constructor Description ListGeofenceCollectionsIterable(LocationClient client, ListGeofenceCollectionsRequest firstRequest)ListGeofenceCollectionsPublisher(LocationAsyncClient client, ListGeofenceCollectionsRequest firstRequest) -
Uses of ListGeofenceCollectionsRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListGeofenceCollectionsRequest Modifier and Type Method Description SdkHttpFullRequestListGeofenceCollectionsRequestMarshaller. marshall(ListGeofenceCollectionsRequest listGeofenceCollectionsRequest)
-