Uses of Class
software.amazon.awssdk.services.location.model.ListGeofenceResponseEntry
-
Packages that use ListGeofenceResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListGeofenceResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListGeofenceResponseEntry Modifier and Type Method Description List<ListGeofenceResponseEntry>ListGeofencesResponse. entries()Contains a list of geofences stored in the geofence collection.Methods in software.amazon.awssdk.services.location.model with parameters of type ListGeofenceResponseEntry Modifier and Type Method Description ListGeofencesResponse.BuilderListGeofencesResponse.Builder. entries(ListGeofenceResponseEntry... entries)Contains a list of geofences stored in the geofence collection.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ListGeofenceResponseEntry Modifier and Type Method Description ListGeofencesResponse.BuilderListGeofencesResponse.Builder. entries(Collection<ListGeofenceResponseEntry> entries)Contains a list of geofences stored in the geofence collection. -
Uses of ListGeofenceResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListGeofenceResponseEntry Modifier and Type Method Description SdkIterable<ListGeofenceResponseEntry>ListGeofencesIterable. entries()Returns an iterable to iterate through the paginatedListGeofencesResponse.entries()member.SdkPublisher<ListGeofenceResponseEntry>ListGeofencesPublisher. entries()Returns a publisher that can be used to get a stream of data.
-