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