Uses of Interface
software.amazon.awssdk.services.location.model.BatchPutGeofenceError.Builder
-
Packages that use BatchPutGeofenceError.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchPutGeofenceError.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchPutGeofenceError.Builder Modifier and Type Method Description static BatchPutGeofenceError.BuilderBatchPutGeofenceError. builder()default BatchPutGeofenceError.BuilderBatchPutGeofenceError.Builder. error(Consumer<BatchItemError.Builder> error)Contains details associated to the batch error.BatchPutGeofenceError.BuilderBatchPutGeofenceError.Builder. error(BatchItemError error)Contains details associated to the batch error.BatchPutGeofenceError.BuilderBatchPutGeofenceError.Builder. geofenceId(String geofenceId)The geofence associated with the error message.BatchPutGeofenceError.BuilderBatchPutGeofenceError. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceError.Builder Modifier and Type Method Description static Class<? extends BatchPutGeofenceError.Builder>BatchPutGeofenceError. serializableBuilderClass()
-