| 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 |
|---|---|
UpdateGeofenceCollectionResult |
AmazonLocationClient.updateGeofenceCollection(UpdateGeofenceCollectionRequest request)
Updates the specified properties of a given geofence collection.
|
UpdateGeofenceCollectionResult |
AmazonLocation.updateGeofenceCollection(UpdateGeofenceCollectionRequest updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
UpdateGeofenceCollectionResult |
AbstractAmazonLocation.updateGeofenceCollection(UpdateGeofenceCollectionRequest request) |
| 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 |
|---|---|
UpdateGeofenceCollectionResult |
UpdateGeofenceCollectionResult.clone() |
UpdateGeofenceCollectionResult |
UpdateGeofenceCollectionResult.withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) of the updated geofence collection.
|
UpdateGeofenceCollectionResult |
UpdateGeofenceCollectionResult.withCollectionName(String collectionName)
The name of the updated geofence collection.
|
UpdateGeofenceCollectionResult |
UpdateGeofenceCollectionResult.withUpdateTime(Date updateTime)
The time when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
Copyright © 2025. All rights reserved.