Uses of Class
software.amazon.awssdk.services.location.model.CreateGeofenceCollectionRequest
-
Packages that use CreateGeofenceCollectionRequest 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 CreateGeofenceCollectionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type CreateGeofenceCollectionRequest Modifier and Type Method Description default CompletableFuture<CreateGeofenceCollectionResponse>LocationAsyncClient. createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.default CreateGeofenceCollectionResponseLocationClient. createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences. -
Uses of CreateGeofenceCollectionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type CreateGeofenceCollectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateGeofenceCollectionRequestMarshaller. marshall(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
-