| 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 |
|---|---|
CreateGeofenceCollectionResult |
AmazonLocation.createGeofenceCollection(CreateGeofenceCollectionRequest createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
CreateGeofenceCollectionResult |
AmazonLocationClient.createGeofenceCollection(CreateGeofenceCollectionRequest request)
Creates a geofence collection, which manages and stores geofences.
|
CreateGeofenceCollectionResult |
AbstractAmazonLocation.createGeofenceCollection(CreateGeofenceCollectionRequest request) |
| 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 |
|---|---|
CreateGeofenceCollectionResult |
CreateGeofenceCollectionResult.clone() |
CreateGeofenceCollectionResult |
CreateGeofenceCollectionResult.withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
CreateGeofenceCollectionResult |
CreateGeofenceCollectionResult.withCollectionName(String collectionName)
The name for the geofence collection.
|
CreateGeofenceCollectionResult |
CreateGeofenceCollectionResult.withCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
Copyright © 2021. All rights reserved.