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 AWS account.
|
ListGeofenceCollectionsResponse.Builder |
entries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)
Lists the geofence collections that exist in your AWS account.
|
ListGeofenceCollectionsResponse.Builder |
entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your AWS 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 AWS account.
entries - Lists the geofence collections that exist in your AWS account.ListGeofenceCollectionsResponse.Builder entries(ListGeofenceCollectionsResponseEntry... entries)
Lists the geofence collections that exist in your AWS account.
entries - Lists the geofence collections that exist in your AWS account.ListGeofenceCollectionsResponse.Builder entries(Consumer<ListGeofenceCollectionsResponseEntry.Builder>... entries)
Lists the geofence collections that exist in your AWS account.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) 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 © 2022. All rights reserved.