Uses of Interface
software.amazon.awssdk.services.location.model.BatchItemError.Builder
-
Packages that use BatchItemError.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchItemError.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchItemError.Builder Modifier and Type Method Description static BatchItemError.BuilderBatchItemError. builder()BatchItemError.BuilderBatchItemError.Builder. code(String code)The error code associated with the batch request error.BatchItemError.BuilderBatchItemError.Builder. code(BatchItemErrorCode code)The error code associated with the batch request error.BatchItemError.BuilderBatchItemError.Builder. message(String message)A message with the reason for the batch request error.BatchItemError.BuilderBatchItemError. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchItemError.Builder Modifier and Type Method Description static Class<? extends BatchItemError.Builder>BatchItemError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchItemError.Builder Modifier and Type Method Description default BatchDeleteDevicePositionHistoryError.BuilderBatchDeleteDevicePositionHistoryError.Builder. error(Consumer<BatchItemError.Builder> error)Sets the value of the Error property for this object.default BatchDeleteGeofenceError.BuilderBatchDeleteGeofenceError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details associated to the batch error.default BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details associated to the batch error.default BatchGetDevicePositionError.BuilderBatchGetDevicePositionError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details related to the error code.default BatchPutGeofenceError.BuilderBatchPutGeofenceError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details associated to the batch error.default BatchUpdateDevicePositionError.BuilderBatchUpdateDevicePositionError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details related to the error code such as the error code and error message.
-