Uses of Class
software.amazon.awssdk.services.location.model.BatchItemError
-
Packages that use BatchItemError Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchItemError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchItemError Modifier and Type Method Description BatchItemErrorBatchDeleteDevicePositionHistoryError. error()Returns the value of the Error property for this object.BatchItemErrorBatchDeleteGeofenceError. error()Contains details associated to the batch error.BatchItemErrorBatchEvaluateGeofencesError. error()Contains details associated to the batch error.BatchItemErrorBatchGetDevicePositionError. error()Contains details related to the error code.BatchItemErrorBatchPutGeofenceError. error()Contains details associated to the batch error.BatchItemErrorBatchUpdateDevicePositionError. error()Contains details related to the error code such as the error code and error message.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchItemError Modifier and Type Method Description BatchDeleteDevicePositionHistoryError.BuilderBatchDeleteDevicePositionHistoryError.Builder. error(BatchItemError error)Sets the value of the Error property for this object.BatchDeleteGeofenceError.BuilderBatchDeleteGeofenceError.Builder. error(BatchItemError error)Contains details associated to the batch error.BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. error(BatchItemError error)Contains details associated to the batch error.BatchGetDevicePositionError.BuilderBatchGetDevicePositionError.Builder. error(BatchItemError error)Contains details related to the error code.BatchPutGeofenceError.BuilderBatchPutGeofenceError.Builder. error(BatchItemError error)Contains details associated to the batch error.BatchUpdateDevicePositionError.BuilderBatchUpdateDevicePositionError.Builder. error(BatchItemError error)Contains details related to the error code such as the error code and error message.
-