Uses of Class
software.amazon.awssdk.services.location.model.BatchPutGeofenceError
-
Packages that use BatchPutGeofenceError Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchPutGeofenceError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceError Modifier and Type Method Description List<BatchPutGeofenceError>BatchPutGeofenceResponse. errors()Contains additional error details for each geofence that failed to be stored in a geofence collection.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchPutGeofenceError Modifier and Type Method Description BatchPutGeofenceResponse.BuilderBatchPutGeofenceResponse.Builder. errors(BatchPutGeofenceError... errors)Contains additional error details for each geofence that failed to be stored in a geofence collection.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchPutGeofenceError Modifier and Type Method Description BatchPutGeofenceResponse.BuilderBatchPutGeofenceResponse.Builder. errors(Collection<BatchPutGeofenceError> errors)Contains additional error details for each geofence that failed to be stored in a geofence collection.
-