Uses of Interface
software.amazon.awssdk.services.location.model.BatchEvaluateGeofencesError.Builder
-
Packages that use BatchEvaluateGeofencesError.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchEvaluateGeofencesError.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchEvaluateGeofencesError.Builder Modifier and Type Method Description static BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError. builder()BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. deviceId(String deviceId)The device associated with the position evaluation error.default BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details associated to the batch error.BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. error(BatchItemError error)Contains details associated to the batch error.BatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError.Builder. sampleTime(Instant sampleTime)Specifies a timestamp for when the error occurred in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZBatchEvaluateGeofencesError.BuilderBatchEvaluateGeofencesError. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchEvaluateGeofencesError.Builder Modifier and Type Method Description static Class<? extends BatchEvaluateGeofencesError.Builder>BatchEvaluateGeofencesError. serializableBuilderClass()
-