| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGeofenceCollectionResult> |
AmazonLocationAsyncClient.updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest request,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler) |
Future<UpdateGeofenceCollectionResult> |
AbstractAmazonLocationAsync.updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest request,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler) |
Future<UpdateGeofenceCollectionResult> |
AmazonLocationAsync.updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler)
Updates the specified properties of a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.clone() |
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withCollectionName(String collectionName)
The name of the geofence collection to update.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withDescription(String description)
Updates the description for the geofence collection.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withPricingPlan(String pricingPlan)
Deprecated.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withPricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
|
Copyright © 2023. All rights reserved.