Uses of Interface
software.amazon.awssdk.services.location.model.ListGeofenceCollectionsRequest.Builder
-
Packages that use ListGeofenceCollectionsRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of ListGeofenceCollectionsRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type ListGeofenceCollectionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGeofenceCollectionsResponse>LocationAsyncClient. listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsResponseLocationClient. listGeofenceCollections(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsPublisherLocationAsyncClient. listGeofenceCollectionsPaginator(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account.default ListGeofenceCollectionsIterableLocationClient. listGeofenceCollectionsPaginator(Consumer<ListGeofenceCollectionsRequest.Builder> listGeofenceCollectionsRequest)Lists geofence collections in your Amazon Web Services account. -
Uses of ListGeofenceCollectionsRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ListGeofenceCollectionsRequest.Builder Modifier and Type Method Description static ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest. builder()ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest.Builder. maxResults(Integer maxResults)An optional limit for the number of resources returned in a single call.ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest.Builder. nextToken(String nextToken)The pagination token specifying which page of results to return in the response.ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGeofenceCollectionsRequest.BuilderListGeofenceCollectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListGeofenceCollectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListGeofenceCollectionsRequest.Builder>ListGeofenceCollectionsRequest. serializableBuilderClass()
-