Uses of Class
software.amazon.awssdk.services.location.model.BatchEvaluateGeofencesError
-
Packages that use BatchEvaluateGeofencesError Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchEvaluateGeofencesError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchEvaluateGeofencesError Modifier and Type Method Description List<BatchEvaluateGeofencesError>BatchEvaluateGeofencesResponse. errors()Contains error details for each device that failed to evaluate its position against the given geofence collection.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchEvaluateGeofencesError Modifier and Type Method Description BatchEvaluateGeofencesResponse.BuilderBatchEvaluateGeofencesResponse.Builder. errors(BatchEvaluateGeofencesError... errors)Contains error details for each device that failed to evaluate its position against the given geofence collection.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchEvaluateGeofencesError Modifier and Type Method Description BatchEvaluateGeofencesResponse.BuilderBatchEvaluateGeofencesResponse.Builder. errors(Collection<BatchEvaluateGeofencesError> errors)Contains error details for each device that failed to evaluate its position against the given geofence collection.
-