| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model | |
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListGeofenceResponseEntry> |
ListGeofencesResponse.entries()
Contains a list of geofences stored in the geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesResponse.Builder |
ListGeofencesResponse.Builder.entries(ListGeofenceResponseEntry... entries)
Contains a list of geofences stored in the geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofencesResponse.Builder |
ListGeofencesResponse.Builder.entries(Collection<ListGeofenceResponseEntry> entries)
Contains a list of geofences stored in the geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListGeofenceResponseEntry> |
ListGeofencesPublisher.entries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListGeofenceResponseEntry> |
ListGeofencesIterable.entries()
Returns an iterable to iterate through the paginated
ListGeofencesResponse.entries() member. |
Copyright © 2021. All rights reserved.