| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchItemError |
BatchItemError.clone() |
BatchItemError |
BatchDeleteGeofenceError.getError()
Contains details associated to the batch error.
|
BatchItemError |
BatchPutGeofenceError.getError()
Contains details associated to the batch error.
|
BatchItemError |
BatchUpdateDevicePositionError.getError()
Contains details related to the error code such as the error code and error message.
|
BatchItemError |
BatchGetDevicePositionError.getError()
Contains details related to the error code.
|
BatchItemError |
BatchEvaluateGeofencesError.getError()
Contains details associated to the batch error.
|
BatchItemError |
BatchItemError.withCode(BatchItemErrorCode code)
The error code associated with the batch request error.
|
BatchItemError |
BatchItemError.withCode(String code)
The error code associated with the batch request error.
|
BatchItemError |
BatchItemError.withMessage(String message)
A message with the reason for the batch request error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteGeofenceError.setError(BatchItemError error)
Contains details associated to the batch error.
|
void |
BatchPutGeofenceError.setError(BatchItemError error)
Contains details associated to the batch error.
|
void |
BatchUpdateDevicePositionError.setError(BatchItemError error)
Contains details related to the error code such as the error code and error message.
|
void |
BatchGetDevicePositionError.setError(BatchItemError error)
Contains details related to the error code.
|
void |
BatchEvaluateGeofencesError.setError(BatchItemError error)
Contains details associated to the batch error.
|
BatchDeleteGeofenceError |
BatchDeleteGeofenceError.withError(BatchItemError error)
Contains details associated to the batch error.
|
BatchPutGeofenceError |
BatchPutGeofenceError.withError(BatchItemError error)
Contains details associated to the batch error.
|
BatchUpdateDevicePositionError |
BatchUpdateDevicePositionError.withError(BatchItemError error)
Contains details related to the error code such as the error code and error message.
|
BatchGetDevicePositionError |
BatchGetDevicePositionError.withError(BatchItemError error)
Contains details related to the error code.
|
BatchEvaluateGeofencesError |
BatchEvaluateGeofencesError.withError(BatchItemError error)
Contains details associated to the batch error.
|
Copyright © 2021. All rights reserved.