| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResponseEntry |
ListGeofenceCollectionsResponseEntry.clone() |
ListGeofenceCollectionsResponseEntry |
ListGeofenceCollectionsResponseEntry.withCollectionName(String collectionName)
The name of the geofence collection.
|
ListGeofenceCollectionsResponseEntry |
ListGeofenceCollectionsResponseEntry.withCreateTime(Date createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ListGeofenceCollectionsResponseEntry |
ListGeofenceCollectionsResponseEntry.withDescription(String description)
The description for the geofence collection
|
ListGeofenceCollectionsResponseEntry |
ListGeofenceCollectionsResponseEntry.withUpdateTime(Date updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
| Modifier and Type | Method and Description |
|---|---|
List<ListGeofenceCollectionsResponseEntry> |
ListGeofenceCollectionsResult.getEntries()
Lists the geofence collections that exist in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.withEntries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeofenceCollectionsResult.setEntries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your AWS account.
|
ListGeofenceCollectionsResult |
ListGeofenceCollectionsResult.withEntries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your AWS account.
|
Copyright © 2021. All rights reserved.