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