public static interface ListGeofenceCollectionsResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListGeofenceCollectionsResponse.Builder,ListGeofenceCollectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResponse.Builder |
entries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your Amazon Web Services account.
|
ListGeofenceCollectionsResponse.Builder |
entries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
|
ListGeofenceCollectionsResponse.Builder |
entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
|
ListGeofenceCollectionsResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGeofenceCollectionsResponse.Builder entries(Collection<ListGeofenceCollectionsResponseEntry> entries)
Lists the geofence collections that exist in your Amazon Web Services account.
entries - Lists the geofence collections that exist in your Amazon Web Services account.ListGeofenceCollectionsResponse.Builder entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
entries - Lists the geofence collections that exist in your Amazon Web Services account.ListGeofenceCollectionsResponse.Builder entries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)
Lists the geofence collections that exist in your Amazon Web Services account.
This is a convenience method that creates an instance of theListGeofenceCollectionsResponseEntry.Builder avoiding
the need to create one manually via
ListGeofenceCollectionsResponseEntry.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
ListGeofenceCollectionsResponseEntry.Builder#entries(java.util.Collection) ListGeofenceCollectionsResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2023. All rights reserved.