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