| 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<CreateGeofenceCollectionResult> |
AmazonLocationAsyncClient.createGeofenceCollectionAsync(CreateGeofenceCollectionRequest request,
AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler) |
Future<CreateGeofenceCollectionResult> |
AmazonLocationAsync.createGeofenceCollectionAsync(CreateGeofenceCollectionRequest createGeofenceCollectionRequest,
AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler)
Creates a geofence collection, which manages and stores geofences.
|
Future<CreateGeofenceCollectionResult> |
AbstractAmazonLocationAsync.createGeofenceCollectionAsync(CreateGeofenceCollectionRequest request,
AsyncHandler<CreateGeofenceCollectionRequest,CreateGeofenceCollectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.clone() |
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withCollectionName(String collectionName)
A custom name for the geofence collection.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withDescription(String description)
An optional description for the geofence collection.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withKmsKeyId(String kmsKeyId)
A key identifier for an Amazon
Web Services KMS customer managed key.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withPricingPlan(String pricingPlan)
Deprecated.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withPricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withTags(Map<String,String> tags)
Applies one or more tags to the geofence collection.
|
Copyright © 2023. All rights reserved.