| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model | |
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListGeofenceCollectionsResponseEntry> |
ListGeofenceCollectionsResponse.entries()
Lists the geofence collections that exist in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResponse.Builder |
ListGeofenceCollectionsResponse.Builder.entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResponse.Builder |
ListGeofenceCollectionsResponse.Builder.entries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListGeofenceCollectionsResponseEntry> |
ListGeofenceCollectionsPublisher.entries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListGeofenceCollectionsResponseEntry> |
ListGeofenceCollectionsIterable.entries()
Returns an iterable to iterate through the paginated
ListGeofenceCollectionsResponse.entries() member. |
Copyright © 2023. All rights reserved.