Uses of Class
software.amazon.awssdk.services.location.model.UpdateGeofenceCollectionResponse
-
Packages that use UpdateGeofenceCollectionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UpdateGeofenceCollectionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UpdateGeofenceCollectionResponse Modifier and Type Method Description default UpdateGeofenceCollectionResponseLocationClient. updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection.default UpdateGeofenceCollectionResponseLocationClient. updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection.Methods in software.amazon.awssdk.services.location that return types with arguments of type UpdateGeofenceCollectionResponse Modifier and Type Method Description default CompletableFuture<UpdateGeofenceCollectionResponse>LocationAsyncClient. updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection.default CompletableFuture<UpdateGeofenceCollectionResponse>LocationAsyncClient. updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection.
-