Uses of Class
software.amazon.awssdk.services.location.model.ListGeofencesRequest
-
Packages that use ListGeofencesRequest 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 ListGeofencesRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListGeofencesRequest Modifier and Type Method Description default CompletableFuture<ListGeofencesResponse>LocationAsyncClient. listGeofences(ListGeofencesRequest listGeofencesRequest)Lists geofences stored in a given geofence collection.default ListGeofencesResponseLocationClient. listGeofences(ListGeofencesRequest listGeofencesRequest)Lists geofences stored in a given geofence collection.default ListGeofencesPublisherLocationAsyncClient. listGeofencesPaginator(ListGeofencesRequest listGeofencesRequest)This is a variant ofLocationAsyncClient.listGeofences(software.amazon.awssdk.services.location.model.ListGeofencesRequest)operation.default ListGeofencesIterableLocationClient. listGeofencesPaginator(ListGeofencesRequest listGeofencesRequest)This is a variant ofLocationClient.listGeofences(software.amazon.awssdk.services.location.model.ListGeofencesRequest)operation. -
Uses of ListGeofencesRequest in software.amazon.awssdk.services.location.paginators
Constructors in software.amazon.awssdk.services.location.paginators with parameters of type ListGeofencesRequest Constructor Description ListGeofencesIterable(LocationClient client, ListGeofencesRequest firstRequest)ListGeofencesPublisher(LocationAsyncClient client, ListGeofencesRequest firstRequest) -
Uses of ListGeofencesRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListGeofencesRequest Modifier and Type Method Description SdkHttpFullRequestListGeofencesRequestMarshaller. marshall(ListGeofencesRequest listGeofencesRequest)
-