Uses of Interface
software.amazon.awssdk.services.location.model.ListGeofencesRequest.Builder
-
Packages that use ListGeofencesRequest.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 ListGeofencesRequest.Builder in software.amazon.awssdk.services.location
-
Uses of ListGeofencesRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ListGeofencesRequest.Builder Modifier and Type Method Description static ListGeofencesRequest.BuilderListGeofencesRequest. builder()ListGeofencesRequest.BuilderListGeofencesRequest.Builder. collectionName(String collectionName)The name of the geofence collection storing the list of geofences.ListGeofencesRequest.BuilderListGeofencesRequest.Builder. maxResults(Integer maxResults)An optional limit for the number of geofences returned in a single call.ListGeofencesRequest.BuilderListGeofencesRequest.Builder. nextToken(String nextToken)The pagination token specifying which page of results to return in the response.ListGeofencesRequest.BuilderListGeofencesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGeofencesRequest.BuilderListGeofencesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGeofencesRequest.BuilderListGeofencesRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListGeofencesRequest.Builder Modifier and Type Method Description static Class<? extends ListGeofencesRequest.Builder>ListGeofencesRequest. serializableBuilderClass()
-