Uses of Class
software.amazon.awssdk.services.location.model.BatchGetDevicePositionError
-
Packages that use BatchGetDevicePositionError Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchGetDevicePositionError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchGetDevicePositionError Modifier and Type Method Description List<BatchGetDevicePositionError>BatchGetDevicePositionResponse. errors()Contains error details for each device that failed to send its position to the tracker resource.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchGetDevicePositionError Modifier and Type Method Description BatchGetDevicePositionResponse.BuilderBatchGetDevicePositionResponse.Builder. errors(BatchGetDevicePositionError... errors)Contains error details for each device that failed to send its position to the tracker resource.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchGetDevicePositionError Modifier and Type Method Description BatchGetDevicePositionResponse.BuilderBatchGetDevicePositionResponse.Builder. errors(Collection<BatchGetDevicePositionError> errors)Contains error details for each device that failed to send its position to the tracker resource.
-