Uses of Class
software.amazon.awssdk.services.location.model.DeleteGeofenceCollectionRequest
-
Packages that use DeleteGeofenceCollectionRequest 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 DeleteGeofenceCollectionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DeleteGeofenceCollectionRequest Modifier and Type Method Description default CompletableFuture<DeleteGeofenceCollectionResponse>LocationAsyncClient. deleteGeofenceCollection(DeleteGeofenceCollectionRequest 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. -
Uses of DeleteGeofenceCollectionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DeleteGeofenceCollectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGeofenceCollectionRequestMarshaller. marshall(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest)
-