| 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 |
|---|---|
DescribeGeofenceCollectionResult |
AbstractAmazonLocation.describeGeofenceCollection(DescribeGeofenceCollectionRequest request) |
DescribeGeofenceCollectionResult |
AmazonLocationClient.describeGeofenceCollection(DescribeGeofenceCollectionRequest request)
Retrieves the geofence collection details.
|
DescribeGeofenceCollectionResult |
AmazonLocation.describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)
Retrieves the geofence collection details.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGeofenceCollectionResult> |
AbstractAmazonLocationAsync.describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest request,
AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler) |
Future<DescribeGeofenceCollectionResult> |
AmazonLocationAsyncClient.describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest request,
AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler) |
Future<DescribeGeofenceCollectionResult> |
AmazonLocationAsync.describeGeofenceCollectionAsync(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest,
AsyncHandler<DescribeGeofenceCollectionRequest,DescribeGeofenceCollectionResult> asyncHandler)
Retrieves the geofence collection details.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.clone() |
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withCollectionArn(String collectionArn)
The Amazon Resource Name (ARN) for the geofence collection resource.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withCollectionName(String collectionName)
The name of the geofence collection.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withCreateTime(Date createTime)
The timestamp for when the geofence resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withDescription(String description)
The optional description for the geofence collection.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withGeofenceCount(Integer geofenceCount)
The number of geofences in the geofence collection.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withKmsKeyId(String kmsKeyId)
A key identifier for an Amazon
Web Services KMS customer managed key assigned to the Amazon Location resource
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withPricingPlan(String pricingPlan)
Deprecated.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withPricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withTags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this resource.
|
DescribeGeofenceCollectionResult |
DescribeGeofenceCollectionResult.withUpdateTime(Date updateTime)
The timestamp for when the geofence collection was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
Copyright © 2023. All rights reserved.