| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, 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.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.withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your geofence collection.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withPricingPlan(String pricingPlan)
Specifies the pricing plan for your geofence collection.
|
CreateGeofenceCollectionRequest |
CreateGeofenceCollectionRequest.withPricingPlanDataSource(String pricingPlanDataSource)
Specifies the plan data source.
|
Copyright © 2021. All rights reserved.