Uses of Interface
software.amazon.awssdk.services.location.model.BatchGetDevicePositionError.Builder
-
Packages that use BatchGetDevicePositionError.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchGetDevicePositionError.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchGetDevicePositionError.Builder Modifier and Type Method Description static BatchGetDevicePositionError.BuilderBatchGetDevicePositionError. builder()BatchGetDevicePositionError.BuilderBatchGetDevicePositionError.Builder. deviceId(String deviceId)The ID of the device that didn't return a position.default BatchGetDevicePositionError.BuilderBatchGetDevicePositionError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details related to the error code.BatchGetDevicePositionError.BuilderBatchGetDevicePositionError.Builder. error(BatchItemError error)Contains details related to the error code.BatchGetDevicePositionError.BuilderBatchGetDevicePositionError. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchGetDevicePositionError.Builder Modifier and Type Method Description static Class<? extends BatchGetDevicePositionError.Builder>BatchGetDevicePositionError. serializableBuilderClass()
-