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