| 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> |
AmazonLocationAsync.updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler)
Updates the specified properties of a given geofence collection.
|
Future<UpdateGeofenceCollectionResult> |
AbstractAmazonLocationAsync.updateGeofenceCollectionAsync(UpdateGeofenceCollectionRequest request,
AsyncHandler<UpdateGeofenceCollectionRequest,UpdateGeofenceCollectionResult> asyncHandler) |
| 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)
Updates the pricing plan for the geofence collection.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withPricingPlan(String pricingPlan)
Updates the pricing plan for the geofence collection.
|
UpdateGeofenceCollectionRequest |
UpdateGeofenceCollectionRequest.withPricingPlanDataSource(String pricingPlanDataSource)
Updates the data provider for the geofence collection.
|
Copyright © 2021. All rights reserved.