| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGeofenceCollectionsResponse |
LocationClient.listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
default CompletableFuture<ListGeofenceCollectionsResponse> |
LocationAsyncClient.listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
default ListGeofenceCollectionsIterable |
LocationClient.listGeofenceCollectionsPaginator(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
default ListGeofenceCollectionsPublisher |
LocationAsyncClient.listGeofenceCollectionsPaginator(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)
Lists geofence collections in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.builder() |
ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.Builder.maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.Builder.nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGeofenceCollectionsRequest.Builder |
ListGeofenceCollectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGeofenceCollectionsRequest.Builder> |
ListGeofenceCollectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.