| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchItemError.Builder |
BatchItemError.builder() |
BatchItemError.Builder |
BatchItemError.Builder.code(BatchItemErrorCode code)
The error code associated with the batch request error.
|
BatchItemError.Builder |
BatchItemError.Builder.code(String code)
The error code associated with the batch request error.
|
BatchItemError.Builder |
BatchItemError.Builder.message(String message)
A message with the reason for the batch request error.
|
BatchItemError.Builder |
BatchItemError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchItemError.Builder> |
BatchItemError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetDevicePositionError.Builder |
BatchGetDevicePositionError.Builder.error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code.
|
default BatchEvaluateGeofencesError.Builder |
BatchEvaluateGeofencesError.Builder.error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
default BatchPutGeofenceError.Builder |
BatchPutGeofenceError.Builder.error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
default BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.Builder.error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code such as the error code and error message.
|
default BatchDeleteGeofenceError.Builder |
BatchDeleteGeofenceError.Builder.error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
default BatchDeleteDevicePositionHistoryError.Builder |
BatchDeleteDevicePositionHistoryError.Builder.error(Consumer<BatchItemError.Builder> error)
Sets the value of the Error property for this object.
|
Copyright © 2022. All rights reserved.