Uses of Class
software.amazon.awssdk.services.location.model.BatchPutGeofenceRequestEntry
-
Packages that use BatchPutGeofenceRequestEntry Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchPutGeofenceRequestEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceRequestEntry Modifier and Type Method Description List<BatchPutGeofenceRequestEntry>BatchPutGeofenceRequest. entries()The batch of geofences to be stored in a geofence collection.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchPutGeofenceRequestEntry Modifier and Type Method Description BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. entries(BatchPutGeofenceRequestEntry... entries)The batch of geofences to be stored in a geofence collection.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchPutGeofenceRequestEntry Modifier and Type Method Description BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. entries(Collection<BatchPutGeofenceRequestEntry> entries)The batch of geofences to be stored in a geofence collection.
-