Uses of Class
software.amazon.awssdk.services.location.model.ListGeofenceCollectionsResponseEntry
-
Packages that use ListGeofenceCollectionsResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListGeofenceCollectionsResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListGeofenceCollectionsResponseEntry Modifier and Type Method Description List<ListGeofenceCollectionsResponseEntry>ListGeofenceCollectionsResponse. entries()Lists the geofence collections that exist in your Amazon Web Services account.Methods in software.amazon.awssdk.services.location.model with parameters of type ListGeofenceCollectionsResponseEntry Modifier and Type Method Description ListGeofenceCollectionsResponse.BuilderListGeofenceCollectionsResponse.Builder. entries(ListGeofenceCollectionsResponseEntry... entries)Lists the geofence collections that exist in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ListGeofenceCollectionsResponseEntry Modifier and Type Method Description ListGeofenceCollectionsResponse.BuilderListGeofenceCollectionsResponse.Builder. entries(Collection<ListGeofenceCollectionsResponseEntry> entries)Lists the geofence collections that exist in your Amazon Web Services account. -
Uses of ListGeofenceCollectionsResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListGeofenceCollectionsResponseEntry Modifier and Type Method Description SdkIterable<ListGeofenceCollectionsResponseEntry>ListGeofenceCollectionsIterable. entries()Returns an iterable to iterate through the paginatedListGeofenceCollectionsResponse.entries()member.SdkPublisher<ListGeofenceCollectionsResponseEntry>ListGeofenceCollectionsPublisher. entries()Returns a publisher that can be used to get a stream of data.
-