Uses of Class
software.amazon.awssdk.services.location.model.DeleteGeofenceCollectionResponse
-
Packages that use DeleteGeofenceCollectionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DeleteGeofenceCollectionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DeleteGeofenceCollectionResponse Modifier and Type Method Description default DeleteGeofenceCollectionResponseLocationClient. deleteGeofenceCollection(Consumer<DeleteGeofenceCollectionRequest.Builder> deleteGeofenceCollectionRequest)Deletes a geofence collection from your Amazon Web Services account.default DeleteGeofenceCollectionResponseLocationClient. deleteGeofenceCollection(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)Deletes a geofence collection from your Amazon Web Services account.Methods in software.amazon.awssdk.services.location that return types with arguments of type DeleteGeofenceCollectionResponse Modifier and Type Method Description default CompletableFuture<DeleteGeofenceCollectionResponse>LocationAsyncClient. deleteGeofenceCollection(Consumer<DeleteGeofenceCollectionRequest.Builder> deleteGeofenceCollectionRequest)Deletes a geofence collection from your Amazon Web Services account.default CompletableFuture<DeleteGeofenceCollectionResponse>LocationAsyncClient. deleteGeofenceCollection(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)Deletes a geofence collection from your Amazon Web Services account.
-