Uses of Class
software.amazon.awssdk.services.location.model.CreateGeofenceCollectionResponse
-
Packages that use CreateGeofenceCollectionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of CreateGeofenceCollectionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return CreateGeofenceCollectionResponse Modifier and Type Method Description default CreateGeofenceCollectionResponseLocationClient. createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.default CreateGeofenceCollectionResponseLocationClient. createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.Methods in software.amazon.awssdk.services.location that return types with arguments of type CreateGeofenceCollectionResponse Modifier and Type Method Description default CompletableFuture<CreateGeofenceCollectionResponse>LocationAsyncClient. createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.default CompletableFuture<CreateGeofenceCollectionResponse>LocationAsyncClient. createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.
-